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