Suppress test corrected

This commit is contained in:
Mikhail Glukhikh
2015-07-15 10:56:43 +03:00
parent 2c396cf28e
commit 7f12965741
2 changed files with 6 additions and 0 deletions
@@ -1 +1,5 @@
@file:suppress("abc")
fun foo(): Int {
@suppress("xyz") return 1
}
@@ -1 +1,3 @@
package
internal fun foo(): kotlin.Int