Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
946dff8bda9fd326d2b6c18f10c7545ebed12ae1
/
.
/
compiler
/
testData
/
asJava
/
lightClasses
/
delegation
/
Property.java
blob: 21acba1c93945b09ee056dc1bb00643adda218c6 [
file
]
public
final
class
Derived
implements
Base
{
public
Derived
(
@org
.
jetbrains
.
annotations
.
NotNull
Base
x
)
{
/* compiled code */
}
@org
.
jetbrains
.
annotations
.
NotNull
public
java
.
lang
.
String
getBoo
()
{
/* compiled code */
}
}