4 lines
45 B
Plaintext
4 lines
45 B
Plaintext
fun foo(x: String) {
|
|
x.plus("1" + "2")
|
|
}
|
fun foo(x: String) {
|
|
x.plus("1" + "2")
|
|
}
|