Generate IrTypeParameter and IrValueParameter declarations
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
fun <TT> outer() {
|
||||
fun <T> test1(i: Int, j: T) {}
|
||||
|
||||
fun test2(i: Int = 0, j: String = "") {}
|
||||
|
||||
fun test3(vararg args: String) {}
|
||||
|
||||
fun String.textExt1(i: Int, j: TT) {}
|
||||
}
|
||||
Reference in New Issue
Block a user