Generate IrTypeParameter and IrValueParameter declarations
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
interface TestInterface<T> {
|
||||
interface TestNestedInterface<TT>
|
||||
}
|
||||
|
||||
class Test<T0> {
|
||||
class TestNested<T1>
|
||||
inner class TestInner<T2>
|
||||
}
|
||||
Reference in New Issue
Block a user