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 annotation class for platform JVM" "true"
// "Create actual annotation class for module jvm (JVM)" "true"
expect annotation class <caret>Ann(val x: Int, val y: String)
@@ -1,3 +1,3 @@
// "Create actual annotation class for platform JVM" "true"
// "Create actual annotation class for module jvm (JVM)" "true"
expect annotation class Ann(val x: Int, val y: String)