Minor: merge HierarchicalExpectActualMatchingTests into MultiplatformHighlightingTests
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package sample
|
||||
|
||||
fun main() {
|
||||
A().foo()
|
||||
// fromLeft should be resolved, because 'left' comes first in dependencies order!
|
||||
A().fromLeft()
|
||||
}
|
||||
Reference in New Issue
Block a user