4 lines
108 B
Plaintext
Vendored
4 lines
108 B
Plaintext
Vendored
// IS_APPLICABLE: true
|
|
// INTENTION_TEXT: Copy concatenation text to clipboard
|
|
|
|
val s = "" + 1 + 1.1 + "foo" |