Create actual fix: use target module instead of target platform

This commit is contained in:
Mikhail Glukhikh
2018-03-05 18:02:07 +03:00
parent 90e4413fc9
commit ef3e0b01c4
40 changed files with 60 additions and 61 deletions
@@ -1,3 +1,3 @@
// "Create actual function for platform JVM" "true"
// "Create actual function for module jvm (JVM)" "true"
expect fun <caret>foo(arg: Int): String
@@ -1,3 +1,3 @@
// "Create actual function for platform JVM" "true"
// "Create actual function for module jvm (JVM)" "true"
expect fun foo(arg: Int): String