blob: 0298eb1c1cbd8ea4bb599759b7be9460083abde0 [file]
fun <T> foo(a: List<T>) {
val t: T = a.get(0)
}