Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
e1e07d20949869a38f2fc0b6ceeea1235721f07f
/
.
/
compiler
/
testData
/
asJava
/
lightClasses
/
nullabilityAnnotations
/
UnitAsGenericArgument.kt
blob: b71fc765fc02abe181b310236cc76daf1a39efb5 [
file
]
// C
interface
Base
<
T
>
{
fun foo
(
t
:
T
):
T
}
class
C
:
Base
<
Unit
>
{
override
fun foo
(
t
:
Unit
)
{}
}
// FIR_COMPARISON