8 lines
229 B
Kotlin
Vendored
8 lines
229 B
Kotlin
Vendored
// "Suppress 'REDUNDANT_NULLABLE' for file ${file}" "true"
|
|
// ERROR: This annotation is not applicable to target 'file' and use site target '@file'
|
|
|
|
@file:Deprecated("Some")
|
|
|
|
package test
|
|
|
|
public fun foo(): String?<caret>? = null |