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:
@@ -4,8 +4,8 @@ package sample
|
||||
|
||||
// --------------------------------------------
|
||||
|
||||
expect interface A {
|
||||
fun foo()
|
||||
expect interface <!LINE_MARKER("descr='Is subclassed by B'"), LINE_MARKER("descr='Has actuals in JVM (2 modules)'")!>A<!> {
|
||||
fun <!LINE_MARKER("descr='Has actuals in JVM (2 modules)'")!>foo<!>()
|
||||
}
|
||||
|
||||
fun take_A_common_1(x: A) {
|
||||
|
||||
+2
-2
@@ -2,8 +2,8 @@
|
||||
|
||||
package sample
|
||||
|
||||
actual interface A {
|
||||
actual fun foo()
|
||||
actual interface <!LINE_MARKER("descr='Is implemented by B'"), LINE_MARKER("descr='Has declaration in common module'")!>A<!> {
|
||||
actual fun <!LINE_MARKER("descr='Has declaration in common module'")!>foo<!>()
|
||||
fun bar()
|
||||
}
|
||||
|
||||
|
||||
+2
-2
@@ -2,8 +2,8 @@
|
||||
|
||||
package sample
|
||||
|
||||
actual interface A {
|
||||
actual fun foo()
|
||||
actual interface <!LINE_MARKER("descr='Is implemented by B'"), LINE_MARKER("descr='Has declaration in common module'")!>A<!> {
|
||||
actual fun <!LINE_MARKER("descr='Has declaration in common module'")!>foo<!>()
|
||||
fun baz()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user