Allow to suppress warnings at file level
This commit is contained in:
committed by
Nikolay Krasko
parent
712d2bdec0
commit
aff83087a3
Vendored
+8
@@ -0,0 +1,8 @@
|
||||
// "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
|
||||
Reference in New Issue
Block a user