Allow to suppress warnings at file level

This commit is contained in:
Nikolay Krasko
2015-12-07 21:11:26 +03:00
committed by Nikolay Krasko
parent 712d2bdec0
commit aff83087a3
24 changed files with 192 additions and 22 deletions
@@ -1,5 +1,6 @@
// "class com.intellij.codeInspection.SuppressIntentionAction" "false"
// ACTION: Suppress 'INTEGER_OVERFLOW' for fun foo
// ACTION: Suppress 'INTEGER_OVERFLOW' for file inAnnotationArgument.kt
@Ann(Integer.MAX_VALUE<caret> + 1)
fun foo() {}