Files
kotlin-fork/idea/testData/multiModuleQuickFix/createExpect/function2/jvm/Utils.kt
T
2019-08-27 17:26:08 +07:00

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"