Add accessor symbols & test for property overriding in Java
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class Tester : Inheritor() {
|
||||
fun test(): Int {
|
||||
return x
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user