6 lines
146 B
Plaintext
Vendored
6 lines
146 B
Plaintext
Vendored
// "Suppress 'REDUNDANT_NULLABLE' for fun foo" "true"
|
|
|
|
@Suppress("REDUNDANT_NULLABLE")
|
|
ann fun foo(): String?<caret>? = null
|
|
|
|
annotation class ann |