Files
kotlin-fork/compiler/testData/ir/irText/classes/dataClassesGeneric.kt
T

1 line
29 B
Kotlin
Vendored

data class Test1<T>(val x: T)