Don't report when property is multi-line and action is MOVE
This commit is contained in:
committed by
Dmitry Gridin
parent
4569b85a16
commit
5c011bc954
Vendored
+10
@@ -0,0 +1,10 @@
|
||||
fun test() = 42
|
||||
|
||||
fun foo() {
|
||||
val <caret>a =
|
||||
test()
|
||||
when (a) {
|
||||
1 -> 0
|
||||
else -> 24
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user