import java.util.ArrayList class MyListOfPairs : ArrayList<#(T, T)>() { } fun test() { MyListOfPairs : ArrayList<#(Int, Int)> }