Files
kotlin-fork/compiler/testData/asJava/lightClasses/nullabilityAnnotations/OverrideAnyWithUnit.kt
T
2022-06-28 13:52:10 +02:00

12 lines
137 B
Kotlin
Vendored

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