Migration: header->expect & impl->actual in IDEA test data
This commit is contained in:
Vendored
+1
-1
@@ -1,3 +1,3 @@
|
||||
header abstract class Bar {
|
||||
expect abstract class Bar {
|
||||
abstract fun foo()
|
||||
}
|
||||
idea/testData/multiModuleQuickFix/implementMembersInImplClassNonImplInheritor/header/header.kt.after
Vendored
+1
-1
@@ -1,3 +1,3 @@
|
||||
header abstract class Bar {
|
||||
expect abstract class Bar {
|
||||
abstract fun foo()
|
||||
}
|
||||
+2
-2
@@ -1,8 +1,8 @@
|
||||
// "Implement members" "true"
|
||||
// DISABLE-ERRORS
|
||||
|
||||
abstract impl class Bar {
|
||||
abstract impl fun foo()
|
||||
abstract actual class Bar {
|
||||
abstract actual fun foo()
|
||||
}
|
||||
|
||||
class <caret>X : Bar()
|
||||
Vendored
+2
-2
@@ -1,8 +1,8 @@
|
||||
// "Implement members" "true"
|
||||
// DISABLE-ERRORS
|
||||
|
||||
abstract impl class Bar {
|
||||
abstract impl fun foo()
|
||||
abstract actual class Bar {
|
||||
abstract actual fun foo()
|
||||
}
|
||||
|
||||
class X : Bar() {
|
||||
|
||||
Reference in New Issue
Block a user