f9fac0acf5
This may cause conflicts on shortening fq references post-processing step
5 lines
91 B
Kotlin
Vendored
5 lines
91 B
Kotlin
Vendored
internal class User {
|
|
fun main() {
|
|
val list: List<String> = ArrayList()
|
|
}
|
|
} |