Files
kotlin-fork/idea/testData/multiModuleQuickFix/expectFunction/jvm/Utils.kt
T
2018-11-21 15:13:01 +03: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"