PSI2IR: copy isPropertyWithPlatformField to GeneratorExtensions
This commit is contained in:
@@ -15,7 +15,7 @@ open class B : A() {
|
||||
|
||||
open class C : B() {
|
||||
fun test(): String {
|
||||
return super.publicField + super.internalField + super.protectedfield
|
||||
return publicField + super.internalField + super.protectedfield
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -11,7 +11,7 @@ open class B : A()
|
||||
|
||||
open class C : B() {
|
||||
fun test(): String {
|
||||
return super.publicField + super.internalField + super.protectedfield
|
||||
return publicField + super.internalField + super.protectedfield
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user