Migration: header->expect & impl->actual in IDEA test data
This commit is contained in:
+2
-2
@@ -1,6 +1,6 @@
|
||||
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