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