Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fe0f055c5c4e6ededc6378ef6df3f28ee841978
/
.
/
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)
}