Minor: merge HierarchicalExpectActualMatchingTests into MultiplatformHighlightingTests

This commit is contained in:
Dmitry Savvinov
2020-01-16 16:30:45 +03:00
parent 9eab75650c
commit 8fcd98639d
70 changed files with 75 additions and 109 deletions
@@ -0,0 +1,3 @@
// Note that here we have no ambiguity, becuase we don't consider
// declarations without 'expect' as potential weakly-compatible 'expect'-counterpart
actual class A
@@ -0,0 +1,6 @@
MODULE right { platform=[JVM, Native] }
MODULE left { platform=[JVM, JS] }
MODULE bottom { platform=[JVM] }
bottom -> right { kind=DEPENDS_ON }
bottom -> left { kind=DEPENDS_ON }
@@ -0,0 +1 @@
expect class A
@@ -0,0 +1 @@
class A