blob: a9b23c0740c3417c1b0817562960123d6590bf72 [file] [log] [blame]
class A {}
test() => A.const.toString();
main() {}