Files
2021-06-21 20:58:01 +03:00

8 lines
169 B
Kotlin
Vendored

// FIR_IDENTICAL
@Suppress("warnings")
class C {
fun foo(p: String??) {
// Make sure errors are not suppressed:
<!VAL_REASSIGNMENT!>p<!> = ""
}
}