Minor: add Suppress usage to CONFLICTING_JVM_DECLARATIONS test
Related to KT-54366
This commit is contained in:
committed by
Space Team
parent
69a4de0461
commit
185e74fd26
@@ -2,6 +2,7 @@ class Foo {
|
||||
val x: Int
|
||||
get() = 42
|
||||
|
||||
@Suppress("CONFLICTING_JVM_DECLARATIONS")
|
||||
fun getX() = 42
|
||||
|
||||
@JvmName("getX")
|
||||
|
||||
Reference in New Issue
Block a user