Add accessor symbols & test for property overriding in Java

This commit is contained in:
Mikhail Glukhikh
2019-03-13 16:44:16 +03:00
parent 9abf4062b1
commit cf72b13d84
15 changed files with 201 additions and 50 deletions
@@ -0,0 +1,4 @@
public open class Inheritor : R|java/lang/Object|, R|Base| {
public open operator fun getX(): R|kotlin/Int|
}