Minor: merge HierarchicalExpectActualMatchingTests into MultiplatformHighlightingTests
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
package sample
|
||||
|
||||
actual class A
|
||||
@@ -0,0 +1,8 @@
|
||||
MODULE top { platform=[JVM, JS, Native] }
|
||||
MODULE left { platform=[JVM, JS, Native] }
|
||||
MODULE right { platform=[JVM, JS, Native] }
|
||||
MODULE bottom { platform=[JVM] }
|
||||
|
||||
left -> top { kind=DEPENDS_ON }
|
||||
right -> top { kind=DEPENDS_ON }
|
||||
bottom -> left, right { kind=DEPENDS_ON }
|
||||
@@ -0,0 +1 @@
|
||||
package sample
|
||||
@@ -0,0 +1 @@
|
||||
package sample
|
||||
@@ -0,0 +1,3 @@
|
||||
package sample
|
||||
|
||||
expect class A
|
||||
Reference in New Issue
Block a user