59f192ef90
Includes changes to decompiled text Old syntax is used in builtins and project code for now
6 lines
193 B
Kotlin
6 lines
193 B
Kotlin
class C {
|
|
suppress("REDUNDANT_NULLABLE", "UNNECESSARY_NOT_NULL_ASSERTION")
|
|
default object {
|
|
val foo: String?? = ""!! <!USELESS_CAST_STATIC_ASSERT_IS_FINE!>as String??<!>
|
|
}
|
|
} |