7 lines
147 B
Plaintext
Vendored
7 lines
147 B
Plaintext
Vendored
// "Suppress 'REDUNDANT_NULLABLE' for fun local" "true"
|
|
|
|
fun foo() {
|
|
@Suppress("REDUNDANT_NULLABLE")
|
|
fun local(): String?<caret>? = null
|
|
}
|