Files
kotlin-fork/idea/testData/copyPaste/plainTextConversion/MembersToTopLevel.expected.kt
T
2016-05-10 18:24:21 +03:00

10 lines
92 B
Kotlin
Vendored

package to
fun foo() {
val list = ArrayList<String>()
list.add(1)
}
fun bar() {
}