2018-03-09 16:38:17 +00:00
|
|
|
interface I {
|
|
|
|
function f();
|
|
|
|
}
|
|
|
|
// ----
|
2018-04-06 16:37:01 +00:00
|
|
|
// Warning: (15-28): Functions in interfaces should be declared external.
|
|
|
|
// Warning: (15-28): No visibility specified. Defaulting to "public". In interfaces it defaults to external.
|