removing static type assertions work in progress
This commit is contained in:
@@ -2,9 +2,7 @@ fun box(): String {
|
||||
var x = 1
|
||||
(foo@ x)++
|
||||
++(foo@ x)
|
||||
(x: Int)++
|
||||
++(x: Int)
|
||||
|
||||
if (x != 5) return "Fail: $x"
|
||||
if (x != 3) return "Fail: $x"
|
||||
return "OK"
|
||||
}
|
||||
Reference in New Issue
Block a user