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