59fda8d7ce
This is an internal feature of our standard library needed to compile new API for unsigned types
8 lines
169 B
Kotlin
Vendored
8 lines
169 B
Kotlin
Vendored
@file:Suppress("INVISIBLE_MEMBER", "INVISIBLE_REFERENCE")
|
|
@file:JvmPackageName("j1")
|
|
@file:JvmName("K1")
|
|
@file:JvmMultifileClass
|
|
package k1
|
|
|
|
typealias T3 = List<String>
|