QuickFixMultiModule: change tests structure
This commit is contained in:
+1
@@ -0,0 +1 @@
|
||||
expect inline class <caret>InlineMe(val x: Int)
|
||||
@@ -0,0 +1,4 @@
|
||||
// "Create expected class in common module testModule_Common" "true"
|
||||
// DISABLE-ERRORS
|
||||
|
||||
actual inline class Inline<caret>Me(val x: Int)
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
// "Create expected class in common module testModule_Common" "true"
|
||||
// DISABLE-ERRORS
|
||||
|
||||
actual inline class InlineMe actual constructor(actual val x: Int)
|
||||
Reference in New Issue
Block a user