[IR] add testdata for dumpKotlinLike
This commit is contained in:
committed by
teamcityserver
parent
d2022ab115
commit
8d5facb15f
@@ -0,0 +1,12 @@
|
||||
val p: Int
|
||||
field = 0
|
||||
get
|
||||
|
||||
fun foo(): Int {
|
||||
return 1
|
||||
}
|
||||
|
||||
fun test(a: IntArray): Int {
|
||||
return a.get(index = 0).plus(other = a.get(index = <get-p>())).plus(other = a.get(index = foo()))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user