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