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