e6f4d6e6fa
^KT-65406
19 lines
326 B
Kotlin
Vendored
19 lines
326 B
Kotlin
Vendored
val test1: Int /* by */
|
|
field = lazy<Int>(initializer = local fun <anonymous>(): Int {
|
|
return 42
|
|
}
|
|
)
|
|
get(): Int {
|
|
return #test1$delegate.getValue<Int>(thisRef = null, property = ::test1)
|
|
}
|
|
|
|
open annotation class Ann : Annotation {
|
|
constructor() /* primary */ {
|
|
super/*Any*/()
|
|
/* <init>() */
|
|
|
|
}
|
|
|
|
}
|
|
|