dec41e8c46
Add comments referencing issues where K2 behavior is questionable, and provide `.fir.txt` versions where behavior is different but fine.
23 lines
663 B
Plaintext
Vendored
23 lines
663 B
Plaintext
Vendored
// SimplePackageKt.class
|
|
// ------------------------------------------
|
|
package {
|
|
|
|
// signature: topLevelFun(Ljava/lang/Object;)Lkotlin/reflect/KClass;
|
|
internal final inline fun <reified T#0 /* X */ : kotlin/Any> topLevelFun(x: T#0): kotlin/reflect/KClass<T#0>
|
|
|
|
// field: topLevelProp:Ljava/lang/String;
|
|
// getter: getTopLevelProp()Ljava/lang/String;
|
|
public final var topLevelProp: kotlin/String?
|
|
public final get
|
|
private final /* non-default */ set(<set-?>: kotlin/String?)
|
|
|
|
// module name: test-module
|
|
}
|
|
// META-INF/test-module.kotlin_module
|
|
// ------------------------------------------
|
|
module {
|
|
package <root> {
|
|
SimplePackageKt
|
|
}
|
|
}
|