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

4 lines
139 B
Kotlin
Vendored

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