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