Files
kotlin-fork/nj2k/testData/copyPastePlainText/WholeFile.expected.kt
T
Ilya Kirillov f9fac0acf5 New J2K: do not save import statements in files as we print fqNames for calls
This may cause conflicts on shortening fq references post-processing step
2019-09-24 17:13:11 +03:00

10 lines
123 B
Kotlin
Vendored

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