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