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