7 lines
136 B
Kotlin
Vendored
7 lines
136 B
Kotlin
Vendored
package suppressed
|
|
|
|
@Suppress("InvalidBundleOrProperty")
|
|
fun testSuppressedOnFun() {
|
|
K.message("foo.bar")
|
|
J.message("foo.bar")
|
|
} |