Updated test data and stdlib sources.
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
fun bar1(x: Number, var y: Int) {
|
||||
y += x as Int
|
||||
fun bar1(x: Number, y: Int) {
|
||||
var yy = y
|
||||
yy += x as Int
|
||||
x : Int
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user