RedundantRequireNotNullCallInspection: should use BodyResolveMode.PARTIAL_WITH_CFA instead of BodyResolveMode.PARTIAL
#KT-34672 Fixed
This commit is contained in:
-5
@@ -1,5 +0,0 @@
|
||||
Actual data differs from file content: usedAsExpression.kt.after expected:<...: Int) {
|
||||
val a =[ i]
|
||||
}> but was:<...: Int) {
|
||||
val a =[]
|
||||
}>
|
||||
-5
@@ -1,5 +0,0 @@
|
||||
Actual data differs from file content: usedAsExpression2.kt.after expected:<... Int) {
|
||||
println([i])
|
||||
}> but was:<... Int) {
|
||||
println([])
|
||||
}>
|
||||
-5
@@ -1,5 +0,0 @@
|
||||
Actual data differs from file content: usedAsExpression3.kt.after expected:<...st(i: Int) {
|
||||
"${[i]}"
|
||||
}> but was:<...st(i: Int) {
|
||||
"${[]}"
|
||||
}>
|
||||
Reference in New Issue
Block a user