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