Fix reporting errors on properties declared in constructors
This commit is contained in:
+3
@@ -0,0 +1,3 @@
|
||||
class C(<!CONFLICTING_JVM_DECLARATIONS!>val x: Int<!>) {
|
||||
<!CONFLICTING_JVM_DECLARATIONS!>fun getX()<!> = 1
|
||||
}
|
||||
Reference in New Issue
Block a user