Add accessor symbols & test for property overriding in Java
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
interface Base {
|
||||
val x: Int
|
||||
}
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,3 @@
|
||||
interface Base {
|
||||
val x: Int
|
||||
}
|
||||