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

4 lines
136 B
Kotlin
Vendored

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