Allow to suppress warnings at file level
This commit is contained in:
committed by
Nikolay Krasko
parent
712d2bdec0
commit
aff83087a3
+5
@@ -0,0 +1,5 @@
|
||||
@file:Suppress("REDUNDANT_NULLABLE")
|
||||
|
||||
// "Suppress 'REDUNDANT_NULLABLE' for file ${file}" "true"
|
||||
|
||||
public fun foo(): String?<caret>? = null
|
||||
Reference in New Issue
Block a user