Files

4 lines
121 B
Kotlin
Vendored

@Suppress("REDUNDANT_NULLABLE", "UNNECESSARY_NOT_NULL_ASSERTION")
object C {
fun foo(): String?? = ""!! as String??
}