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