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

9 lines
160 B
Kotlin
Vendored

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