blob: 2d41e52e6135abe09ef8fce833c2c2e16e1896fa [file] [log] [blame]
extension type MyList<T>(List<T> it) implements List<T> {}
extension type MyMap<K, V>(Map<K, V> it) implements Map<K, V> {}
method(MyList<int> list, MyMap<String, bool> map) {}