Migration: header->expect & impl->actual in IDEA test data
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
// "Convert member to extension" "true"
|
||||
|
||||
header class Foo {
|
||||
expect class Foo {
|
||||
fun <caret>foo(n: Int)
|
||||
}
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
// "Convert member to extension" "true"
|
||||
|
||||
header class Foo {
|
||||
expect class Foo {
|
||||
}
|
||||
|
||||
expect fun Foo.foo(n: Int)
|
||||
Reference in New Issue
Block a user