QuickFixMultiModule: change tests structure
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
// "Create actual property for module testModule_JVM (JVM)" "true"
|
||||
|
||||
expect var <caret>x: Int
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
// "Create actual property for module testModule_JVM (JVM)" "true"
|
||||
|
||||
expect var x: Int
|
||||
@@ -0,0 +1 @@
|
||||
// x: to be implemented
|
||||
@@ -0,0 +1,4 @@
|
||||
// x: to be implemented
|
||||
actual var x: Int
|
||||
get() = TODO("not implemented") //To change initializer of created properties use File | Settings | File Templates.
|
||||
set(value) {}
|
||||
Reference in New Issue
Block a user