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