Support increment and '*=' operations on inline properties

This commit is contained in:
Mikhael Bogdanov
2017-01-05 14:24:40 +01:00
parent 043f3199c7
commit 5071baf970
17 changed files with 403 additions and 37 deletions
@@ -0,0 +1,8 @@
class A {
inline val s: Int
get() = 1
}
// METHOD : A.getS()I
// VARIABLE : NAME=this TYPE=LA; INDEX=0
// VARIABLE : NAME=$i$f$getS TYPE=I INDEX=1