b3b184f00d
^KT-63522 ^KT-63512 ^KT-63042
11 lines
211 B
Kotlin
Vendored
11 lines
211 B
Kotlin
Vendored
// MEMBER_CLASS_FILTER: org.jetbrains.kotlin.fir.symbols.impl.FirFieldSymbol
|
|
package second
|
|
|
|
interface Base {
|
|
fun foo() {}
|
|
}
|
|
|
|
class My<caret>Class(val prop: second.Base): Base by prop {
|
|
interface Base
|
|
}
|