blob: 298bea1415dd22ec63e80fab7e8897228b04df0a [file] [log] [blame]
extension type I<X, Y>(X value) {}
void f(I<int, String> i) {}
void main() {}