Use "unnecessary variable" inspection in J2K
Unused variables are no more treated as unnecessary Related to KT-15958
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
// PROBLEM: none
|
||||
|
||||
fun test() {
|
||||
val x = 1
|
||||
val <caret>y = x
|
||||
}
|
||||
Reference in New Issue
Block a user