'Replace with infix call' Intention: Disable on calls without explicit receiver
#KT-6332 Fixed
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
// IS_APPLICABLE: false
|
||||
infix fun id(s: String) = s
|
||||
val x = <caret>id("0").get(0)
|
||||
Reference in New Issue
Block a user