mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-03-10 08:31:29 +00:00
17 lines
243 B
Kotlin
Vendored
17 lines
243 B
Kotlin
Vendored
// p.C
|
|
package p
|
|
|
|
class C : A(), I {
|
|
override val ap: Int
|
|
get() = super.c
|
|
|
|
override fun af(): Int {
|
|
return super.foo()
|
|
}
|
|
|
|
override val ip = 5
|
|
override fun if() = 5
|
|
}
|
|
|
|
// LAZINESS:NoLaziness
|
|
// FIR_COMPARISON |