[IR] add testdata for dumpKotlinLike
This commit is contained in:
committed by
teamcityserver
parent
d2022ab115
commit
8d5facb15f
@@ -0,0 +1,30 @@
|
||||
fun <T : Any?> test1(i: Int, j: T) {
|
||||
}
|
||||
|
||||
fun test2(i: Int = 0, j: String = "") {
|
||||
}
|
||||
|
||||
fun test3(vararg args: String) {
|
||||
}
|
||||
|
||||
fun String.textExt1(i: Int, j: String) {
|
||||
}
|
||||
|
||||
class Host {
|
||||
constructor() /* primary */ {
|
||||
TODO("IrDelegatingConstructorCall")
|
||||
/* InstanceInitializerCall */
|
||||
|
||||
}
|
||||
|
||||
fun String.testMembetExt1(i: Int, j: String) {
|
||||
}
|
||||
|
||||
fun <T : Any?> String.testMembetExt2(i: Int, j: T) {
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user