Files
kotlin-fork/idea/testData/copyPaste/plainTextConversion/StatementsIntoFunction.expected.kt
T
2016-10-27 20:02:27 +03:00

7 lines
93 B
Kotlin
Vendored

import java.util.ArrayList
fun foo() {
val list = ArrayList<String>()
list.add(1)
}