Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
2b455fc1ba7dcb99fa03fdfc31c7672d6ccfc9fd
/
.
/
compiler
/
testData
/
loadJava
/
compiledKotlin
/
prop
/
VarDelegationToTraitImpl.fir.txt
blob: 9b444865bf426d2df884181e8d964119cfcccb78 [
file
]
public abstract interface A : R|kotlin/Any| {
public open var v: R|kotlin/String|
public get(): R|kotlin/String|
public set(value: R|kotlin/String|): R|kotlin/Unit|
}
public final class B : R|test/A| {
public constructor(): R|test/B|
}