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