Files
2015-09-04 17:23:25 +03:00

3 lines
144 B
Kotlin
Vendored

class C {
fun foo(@Suppress("REDUNDANT_NULLABLE", "UNNECESSARY_NOT_NULL_ASSERTION") p: String?? = ""!! <!USELESS_CAST!>as String??<!>) = p
}