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
-9
@@ -1,9 +0,0 @@
|
||||
fun test() = 42
|
||||
|
||||
fun foo() {
|
||||
when (val a =
|
||||
test()) {
|
||||
1 -> a
|
||||
else -> 24
|
||||
}
|
||||
}
|
||||
+1
@@ -1,3 +1,4 @@
|
||||
// PROBLEM: none
|
||||
fun test() = 42
|
||||
|
||||
fun foo() {
|
||||
Reference in New Issue
Block a user