"Unused value" error added to existed tests
This commit is contained in:
@@ -2,5 +2,5 @@ fun test() {
|
||||
var a : Any? = null
|
||||
if (a is Any) else a = null;
|
||||
while (a is Any) a = null
|
||||
while (true) a = null
|
||||
while (true) a = <warning>null</warning>
|
||||
}
|
||||
Reference in New Issue
Block a user