Suppress test corrected
This commit is contained in:
@@ -1 +1,5 @@
|
||||
@file:suppress("abc")
|
||||
|
||||
fun foo(): Int {
|
||||
@suppress("xyz") return 1
|
||||
}
|
||||
|
||||
@@ -1 +1,3 @@
|
||||
package
|
||||
|
||||
internal fun foo(): kotlin.Int
|
||||
|
||||
Reference in New Issue
Block a user