Add accessor symbols & test for property overriding in Java
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
FILE: Test.kt
|
||||
public final class Tester : R|Inheritor| {
|
||||
public constructor(): R|Tester| {
|
||||
super<R|Inheritor|>()
|
||||
}
|
||||
|
||||
public final fun test(): R|kotlin/Int| {
|
||||
^test R|/Inheritor.x|
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user