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