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