Split property use-site targets during FIR building
This commit is contained in:
committed by
teamcityserver
parent
2a9a1dbb86
commit
7243d30869
Vendored
+2
-2
@@ -89,7 +89,7 @@ class D: AB() {
|
||||
}
|
||||
|
||||
interface Intf {
|
||||
@get:JvmName("getBar") // no error in IDE
|
||||
@set:JvmName("setBar") // no error in IDE
|
||||
<!INAPPLICABLE_JVM_NAME!>@get:JvmName("getBar")<!> // no error in IDE
|
||||
<!INAPPLICABLE_JVM_NAME!>@set:JvmName("setBar")<!> // no error in IDE
|
||||
var foo: Int
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user