Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
2f8b8915520217c656f00750d7faa239c6233ece
/
.
/
compiler
/
testData
/
asJava
/
lightClasses
/
nullabilityAnnotations
/
UnitAsGenericArgument.java
blob: f033e4e824e108b52f6d29184cda16e91cfd25ad [
file
]
public
final
class
C
implements
Base
<
kotlin
.
Unit
>
{
public
void
foo
(
@org
.
jetbrains
.
annotations
.
NotNull
kotlin
.
Unit
t
)
{
/* compiled code */
}
public
C
()
{
/* compiled code */
}
}