fix UnusedVariables.jet test
(unintentional variable redeclaration)
This commit is contained in:
@@ -50,7 +50,7 @@ class MyTest() {
|
||||
i = <!UNUSED_VALUE!>456<!>;
|
||||
}
|
||||
|
||||
fun testWhile(a : Any?, b : Any?) {
|
||||
fun testWhile() {
|
||||
var a : Any? = true
|
||||
var b : Any? = 34
|
||||
while (a is Any) {
|
||||
@@ -139,4 +139,4 @@ fun testBackingFieldsNotMarked() {
|
||||
}
|
||||
}
|
||||
|
||||
fun doSmth(i : Int) {}
|
||||
fun doSmth(i : Int) {}
|
||||
|
||||
Reference in New Issue
Block a user