blob: 1225dc9b07725102e0e6701c4493fb7924f33ef7 [file] [log] [blame]
main() {}
test1(dynamic x) => x.foo<int>;
test2(Never x) => x.foo<int>;
test3(dynamic x) => x.toString<int>;
test4(Never x) => x.toString<int>;