123b813073
#KT-6332 Fixed
3 lines
81 B
Kotlin
Vendored
3 lines
81 B
Kotlin
Vendored
// IS_APPLICABLE: false
|
|
infix fun id(s: String) = s
|
|
val x = <caret>id("0").get(0) |