5b9c35de2e
#KT-61129 Fixed
7 lines
109 B
Kotlin
Vendored
7 lines
109 B
Kotlin
Vendored
fun foo(x: String) {}
|
|
|
|
@Suppress(<!ERROR_SUPPRESSION!>"ARGUMENT_TYPE_MISMATCH"<!>)
|
|
fun bar() {
|
|
foo(10)
|
|
}
|