[IR] dumpKotlinLike: add testdata for FIR tests
This commit is contained in:
committed by
teamcityserver
parent
d7bd4240e1
commit
c68040753d
@@ -0,0 +1,17 @@
|
||||
fun f() {
|
||||
}
|
||||
|
||||
fun J.test1() {
|
||||
<this>.get(k = ::f /*-> Runnable? */)
|
||||
<this>.get(k = ::f /*-> Runnable? */, m = ::f /*-> Runnable? */)
|
||||
}
|
||||
|
||||
fun J.test2() {
|
||||
<this>.set(k = ::f /*-> Runnable? */, v = ::f /*-> Runnable? */)
|
||||
<this>.set(k = ::f /*-> Runnable? */, m = ::f /*-> Runnable? */, v = ::f /*-> Runnable? */)
|
||||
}
|
||||
|
||||
fun J.test3() {
|
||||
<this>.plusAssign(i = ::f /*-> Runnable? */)
|
||||
<this>.minusAssign(i = ::f /*-> Runnable? */)
|
||||
}
|
||||
Reference in New Issue
Block a user