Files
kotlin-fork/nj2k/testData/newJ2k/newClassExpression/genericClassInvocation.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

5 lines
91 B
Kotlin
Vendored

internal class User {
fun main() {
val list: List<String> = ArrayList()
}
}