Files
kotlin-fork/idea/testData/quickfix/suppress/declarationKinds/val.kt.after
T
2015-09-04 17:23:25 +03:00

4 lines
118 B
Plaintext
Vendored

// "Suppress 'REDUNDANT_NULLABLE' for val foo" "true"
@Suppress("REDUNDANT_NULLABLE")
val foo: String?<caret>? = null