[FIR] KT-57085: Ignore the diagnostic case in @Suppress()
^KT-57085 Fixed
This commit is contained in:
committed by
Space Team
parent
3b97bfb426
commit
07fa86f6bc
@@ -0,0 +1,9 @@
|
||||
// FIR_IDENTICAL
|
||||
// WITH_STDLIB
|
||||
|
||||
@Suppress("inapplicable_jvm_name")
|
||||
interface Factory {
|
||||
@get:JvmName("supportsMultilevelIntrospection") // K1: ok, K2: INAPPLICABLE_JVM_NAME
|
||||
val supportsMultilevelIntrospection: Boolean
|
||||
get() = false
|
||||
}
|
||||
Reference in New Issue
Block a user