QuickFixMultiModule: change tests structure
This commit is contained in:
Vendored
+8
@@ -0,0 +1,8 @@
|
||||
// "Implement members" "true"
|
||||
// DISABLE-ERRORS
|
||||
|
||||
abstract actual class Bar {
|
||||
abstract actual fun foo()
|
||||
}
|
||||
|
||||
class <caret>X : Bar()
|
||||
Reference in New Issue
Block a user