Files
kotlin-fork/native/native.tests/testData/klib/dump-metadata/TopLevelPropertiesWithClassesCustomPackage.txt
T
2023-10-27 09:28:00 +00:00

9 lines
238 B
Plaintext
Vendored

package custom.pkg {
object Bar
class Foo constructor()
typealias MyTransformer = (String) -> Int
val v1: Int = 1
val v2: String = "hello"
val v3: (String) -> Int
val v4: MyTransformer /* = (String) -> Int */
}