Restore UNUSED_* diagnostics to relevant tests.
This commit is contained in:
committed by
Dmitriy Novozhilov
parent
303d5ece96
commit
1da35029a6
+2
-1
@@ -1,5 +1,6 @@
|
||||
// !DIAGNOSTICS: +UNUSED_LAMBDA_EXPRESSION +UNUSED_VARIABLE
|
||||
fun f(): Int {
|
||||
var i = 17
|
||||
{ var i = 18 }
|
||||
return i
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user