LightClassTest: test corner cases related to inherited visiblity
EA-99155 #KT-16899 Fixed
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
// p.C
|
||||
package p
|
||||
|
||||
class C : A() {
|
||||
override val ap: Int
|
||||
get() = super.c
|
||||
|
||||
override fun af(): Int {
|
||||
return super.foo()
|
||||
}
|
||||
}
|
||||
|
||||
// LAZINESS:NoLaziness
|
||||
Reference in New Issue
Block a user