3 lines
125 B
Kotlin
Vendored
3 lines
125 B
Kotlin
Vendored
class C {
|
|
fun foo(@Suppress("REDUNDANT_NULLABLE", "UNNECESSARY_NOT_NULL_ASSERTION") p: String?? = ""!! as String??) = p
|
|
} |