QuickFixMultiModule: change tests structure
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
// "Convert member to extension" "true"
|
||||
|
||||
expect class Foo {
|
||||
val <caret>foo: Int
|
||||
}
|
||||
Vendored
+6
@@ -0,0 +1,6 @@
|
||||
// "Convert member to extension" "true"
|
||||
|
||||
expect class Foo {
|
||||
}
|
||||
|
||||
expect val Foo.foo: Int
|
||||
Reference in New Issue
Block a user