Don't rename class property with JvmField annotation, report clashing
This commit is contained in:
Vendored
+8
@@ -0,0 +1,8 @@
|
||||
class A {
|
||||
|
||||
<!CONFLICTING_JVM_DECLARATIONS!>@JvmField val clash<!> = 1;
|
||||
|
||||
companion object {
|
||||
<!CONFLICTING_JVM_DECLARATIONS!>val clash<!> = 1;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user