blob: 7b9044dd2f91b0fc385b049c876aefde8c908a2c (
plain) (
blame)
1
2
3
4
5
6
|
interface I {
function f();
}
// ----
// Warning: Functions in interfaces should be declared external.
// Warning: No visibility specified. Defaulting to "public". In interfaces it defaults to external.
|