blob: 26d186ec133469224fd7ca6d5bcac9aea98e4b3b [file] [log] [blame]
library test;
const v = C.f;
class C {
static int f(String s) => null;
}
main() {}