blob: 0e78f9c0d851a9435e8c40e1f7d7901685604d17 [file] [log] [blame]
class A<X> {
R f<R>(R Function<X>(A<X>) f) => f<X>(this);
}
main() {}