3748507ac1
+JDK was not very helpful
8 lines
142 B
Plaintext
8 lines
142 B
Plaintext
import java.util.ArrayList
|
|
|
|
class MyListOfPairs<T> : ArrayList<#(T, T)>() { }
|
|
|
|
fun test() {
|
|
MyListOfPairs<Int> : ArrayList<#(Int, Int)>
|
|
}
|