blob: 15f399b57799636c324b03319587c2ad128ee56b [file] [log] [blame]
class A<X> {}
A<Y> foo<Y>(Y y) => throw 42;
test() {}
main() {}