Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
e1e07d20949869a38f2fc0b6ceeea1235721f07f
/
.
/
compiler
/
testData
/
asJava
/
lightClasses
/
nullabilityAnnotations
/
OverrideAnyWithUnit.kt
blob: 020d4623f3bf6b4eb6b174fa7360d920139cd992 [
file
]
// C
interface
Base
{
fun foo
():
Any
}
class
C
:
Base
{
override
fun foo
():
Unit
{}
}
// FIR_COMPARISON