QuickFixMultiModule: change tests structure
This commit is contained in:
@@ -0,0 +1 @@
|
||||
header fun foo(): Int
|
||||
+1
@@ -0,0 +1 @@
|
||||
header fun foo(): Int
|
||||
@@ -0,0 +1,3 @@
|
||||
// "Replace with 'actual'" "true"
|
||||
|
||||
<caret>impl fun foo() = 42
|
||||
@@ -0,0 +1,3 @@
|
||||
// "Replace with 'actual'" "true"
|
||||
|
||||
actual fun foo() = 42
|
||||
Reference in New Issue
Block a user