IR:
- smart casts handling separated from expression generation - improved infrastructure for desugaring
This commit is contained in:
committed by
Dmitry Petrov
parent
ecf6ab9e25
commit
0a57eb8ea4
@@ -0,0 +1,6 @@
|
||||
// <<< augmentedAssignment1.txt
|
||||
fun test(): Int {
|
||||
var x = 0
|
||||
x += 10
|
||||
return x
|
||||
}
|
||||
Reference in New Issue
Block a user