Files
kotlin-fork/idea/testData/multiFileInspections/invalidBundleOrProperty/before/suppressed.kt
T
2015-12-19 14:32:38 +03:00

7 lines
136 B
Kotlin
Vendored

package suppressed
@Suppress("InvalidBundleOrProperty")
fun testSuppressedOnFun() {
K.message("foo.bar")
J.message("foo.bar")
}