f9fac0acf5
This may cause conflicts on shortening fq references post-processing step
10 lines
123 B
Kotlin
Vendored
10 lines
123 B
Kotlin
Vendored
package to
|
|
|
|
|
|
class JavaClass {
|
|
internal fun foo() {
|
|
val list = ArrayList<String>()
|
|
list.add(1)
|
|
}
|
|
}
|