//KT-1127 Wrong type computed for Arrays.asList() package d fun asList(t: T) : List? {} fun main() { val list : List = asList("") }