Surround with null check: fix incorrect check for 'in' expression
#KT-31749 Fixed
This commit is contained in:
committed by
Ilya Kirillov
parent
1188f4617a
commit
11044a3ab5
@@ -0,0 +1,4 @@
|
||||
// "Surround with null check" "true"
|
||||
fun test(a: String, b: List<String>?) {
|
||||
a <caret>in b
|
||||
}
|
||||
Reference in New Issue
Block a user