Merge together MultiplatformHighlighting and MultiplatformAnalysis tests
Basically, the former uses an old quickly-scrapped infrastructure, which were not applicable for HMPP, so the latter tests were written. So, both check for one and the same thing (highlighting in MPP projects), but MultiplatformAnalysisTest is more modern, and has a lot of inconvenient stuff in MultiplatformHighlighting fixed ^KT-43116 Fixed
This commit is contained in:
@@ -9,8 +9,8 @@ interface D : A {
|
||||
fun foo_D()
|
||||
}
|
||||
|
||||
actual typealias B = D
|
||||
actual typealias C = D
|
||||
actual typealias <!LINE_MARKER("descr='Has declaration in common module'")!>B<!> = D
|
||||
actual typealias <!LINE_MARKER("descr='Has declaration in common module'")!>C<!> = D
|
||||
|
||||
fun take0(x: D): Unit = null!!
|
||||
|
||||
|
||||
Reference in New Issue
Block a user