blob: beca5c904d5acf4ad88a3e401d1744848c894474 [file]
// RUN_PIPELINE_TILL: BACKEND
// FIR_IDENTICAL
// WITH_STDLIB
@Suppress("inapplicable_jvm_name")
interface Factory {
@get:JvmName("supportsMultilevelIntrospection") // K1: ok, K2: INAPPLICABLE_JVM_NAME
val supportsMultilevelIntrospection: Boolean
get() = false
}
/* GENERATED_FIR_TAGS: annotationUseSiteTargetPropertyGetter, getter, interfaceDeclaration, propertyDeclaration,
stringLiteral */