Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
f7ff397a310cd4d47fc4849043f8c9d47412e512
/
.
/
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 */
}
}