Add accessor symbols & test for property overriding in Java
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
public open class Inheritor : R|java/lang/Object|, R|Base| {
|
||||
public open operator fun getX(): R|kotlin/Int|
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user