f9fac0acf5
This may cause conflicts on shortening fq references post-processing step
3 lines
61 B
Kotlin
Vendored
3 lines
61 B
Kotlin
Vendored
internal class A {
|
|
var list: List<String> = ArrayList()
|
|
} |