Generate IrTypeParameter and IrValueParameter declarations
This commit is contained in:
@@ -0,0 +1 @@
|
||||
data class Test<T>(val x: T, val y: String = "")
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1 @@
|
||||
data class Test<T>(val x: T, val y: String = "")
|
||||