4 lines
53 B
Kotlin
Vendored
4 lines
53 B
Kotlin
Vendored
fun foo(x: String) {
|
|
x plus<caret> ("1" + "2")
|
|
}
|