Files
kotlin-fork/compiler/testData/ir/irText/declarations/parameters/class.kt
T

8 lines
143 B
Kotlin
Vendored

interface TestInterface<T> {
interface TestNestedInterface<TT>
}
class Test<T0> {
class TestNested<T1>
inner class TestInner<T2>
}