2c0cf9cad8
This commit explicitly splits raw fir builder in lazy mode on AST and stubs. By default, in tests we have an AST tree loaded, so all our `disallowTreeLoading` is useless in unit tests mode ^KT-64646 Fixed ^KT-64898 ^KT-64899 ^KT-64900 ^KT-64901
6 lines
133 B
Kotlin
Vendored
6 lines
133 B
Kotlin
Vendored
// IGNORE_TREE_ACCESS: KT-64898
|
|
import kotlin.reflect.KProperty
|
|
|
|
fun String.getValue(x: Any?, y: KProperty<*>) = ""
|
|
val x: String by
|