Files
kotlin/compiler/testData/asJava/lightClasses/nullabilityAnnotations/OverrideAnyWithUnit.kt

12 lines
137 B
Kotlin
Vendored

// C
interface Base {
fun foo(): Any
}
class C : Base {
override fun foo(): Unit {}
}
// LAZINESS:NoLaziness
// FIR_COMPARISON