blob: cf010aa72bb7b7da216e93ef3d2352b4559bac0d [file] [log] [blame]
extension type Class1(int it) {}
extension type Class3<T>(List<T> it) {}
method(Class1 c1, Class3<int> c3) {}
mixin Mixin {}