Unused unary operator: highlight whole expression in yellow
#KT-37156 Fixed
This commit is contained in:
committed by
Yan Zhulanow
parent
43b106fc72
commit
7abd0831a1
@@ -1,6 +1,6 @@
|
||||
// "Remove unused unary operator" "true"
|
||||
fun test(foo: Int?): Int {
|
||||
val a = 1 + 2
|
||||
<caret>- 3
|
||||
- 3<caret>
|
||||
return a
|
||||
}
|
||||
Reference in New Issue
Block a user