fbd992f8c7
#KT-23501 Fixed
7 lines
63 B
Plaintext
Vendored
7 lines
63 B
Plaintext
Vendored
// WITH_RUNTIME
|
|
val x by lazy {
|
|
foo()
|
|
3
|
|
}
|
|
|
|
fun foo() {} |