Files
2023-08-18 13:29:20 +00:00

7 lines
109 B
Kotlin
Vendored

fun foo(x: String) {}
@Suppress(<!ERROR_SUPPRESSION!>"ARGUMENT_TYPE_MISMATCH"<!>)
fun bar() {
foo(10)
}