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
8 lines
193 B
Plaintext
Vendored
8 lines
193 B
Plaintext
Vendored
FILE: classLevelDestructuringWithAnnotation.kt
|
|
public final? class Foo : R|kotlin/Any| {
|
|
public? constructor(): R|util/Foo| {
|
|
LAZY_super<R|kotlin/Any|>
|
|
}
|
|
|
|
}
|