Fix 'in' operator intention for Strings (KT-13974)
This commit is contained in:
committed by
Dmitry Jemerov
parent
93c2e7dfc0
commit
925c48c2f0
-9
@@ -1,9 +0,0 @@
|
||||
// IS_APPLICABLE: false
|
||||
|
||||
fun test() {
|
||||
class Test{
|
||||
fun contains(a: Int) : Boolean = true
|
||||
}
|
||||
val test = Test()
|
||||
test.c<caret>ontains(0)
|
||||
}
|
||||
Reference in New Issue
Block a user