QuickFixMultiModule: change tests structure
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
// "Create actual enum class for module testModule_JS (JS)" "true"
|
||||
|
||||
expect enum class <caret>MyEnum {
|
||||
FIRST,
|
||||
SECOND,
|
||||
LAST;
|
||||
|
||||
val num: Int
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
// "Create actual enum class for module testModule_JS (JS)" "true"
|
||||
|
||||
expect enum class MyEnum {
|
||||
FIRST,
|
||||
SECOND,
|
||||
LAST;
|
||||
|
||||
val num: Int
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
// MyEnum: to be implemented
|
||||
@@ -0,0 +1,8 @@
|
||||
// MyEnum: to be implemented
|
||||
actual enum class MyEnum {
|
||||
FIRST, SECOND, LAST;
|
||||
|
||||
actual val num: Int
|
||||
get() = TODO("not implemented") //To change initializer of created properties use File | Settings | File Templates.
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user