blob: ac57e715c9148c973f6fa85fb4a4e455ab061b75 [file] [log] [blame]
// @dart = 2.9
library test;
class C {
void call() {}
}
main() {}