Files
kotlin-fork/compiler/testData/moduleProtoBuf/jvmPackageNameMultifileClass/K2_C.kt
T
Alexander Udalov 59fda8d7ce Support JvmPackageName with JvmMultifileClass
This is an internal feature of our standard library needed to compile
new API for unsigned types
2019-03-06 15:34:23 +01:00

6 lines
84 B
Kotlin
Vendored

@file:JvmName("K2")
@file:JvmMultifileClass
package k2
typealias T3 = List<String>