QuickFixMultiModule: change tests structure
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
// "Convert member to extension" "true"
|
||||
|
||||
actual class Foo {
|
||||
actual fun <caret>foo(n: Int) {
|
||||
|
||||
}
|
||||
}
|
||||
+8
@@ -0,0 +1,8 @@
|
||||
// "Convert member to extension" "true"
|
||||
|
||||
actual class Foo {
|
||||
}
|
||||
|
||||
actual fun Foo.foo(n: Int) {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user