blob: 040ccd215172b230a7a41315398a07b870867e39 [file] [log] [blame]
import "issue41499_lib.dart";
class C {
static LegacyFoo sTest() {}
LegacyFoo mTest() {}
LegacyFoo get gTest {}
}
LegacyFoo test() {}
main() {}