Add "unnecessary local variable" inspection #KT-15958 Fixed
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
fun test(): Int {
|
||||
val x = 1
|
||||
return x + x
|
||||
}
|
||||
Reference in New Issue
Block a user