Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
fcbc6b84598bef4d4ca95c593070c2a5cba1da35
/
.
/
compiler
/
testData
/
asJava
/
lightClasses
/
delegation
/
Property.fir.java
blob: decc42a2fb3f1b4b57a8b2b8f90ca3eaeff8a5c7 [
file
]
public
final
class
Derived
/* Derived*/
implements
Base
{
public
Derived
(
@org
.
jetbrains
.
annotations
.
NotNull
()
Base
);
// .ctor(Base)
}