blob: 7660aef83ce763878b037e13764477cdde8b1c8e [file] [log] [blame]
// @dart = 2.9
class C {
static foo() {}
}
test() {}
main() {}