2277dcc76f
#KT-27075 Fixed
4 lines
156 B
Kotlin
Vendored
4 lines
156 B
Kotlin
Vendored
// "Create expected function in common module testModule_Common" "true"
|
|
// DISABLE-ERRORS
|
|
|
|
actual fun <caret>foo(i: Int, d: Double, s: String) = s == "$i$d" |