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:
@@ -2,14 +2,14 @@
|
||||
|
||||
package foo
|
||||
|
||||
expect interface A {
|
||||
fun commonFun()
|
||||
val b: B
|
||||
fun bFun(): B
|
||||
expect interface <!LINE_MARKER("descr='Has actuals in JVM'")!>A<!> {
|
||||
fun <!LINE_MARKER("descr='Has actuals in JVM'")!>commonFun<!>()
|
||||
val <!LINE_MARKER("descr='Has actuals in JVM'")!>b<!>: B
|
||||
fun <!LINE_MARKER("descr='Has actuals in JVM'")!>bFun<!>(): B
|
||||
}
|
||||
|
||||
expect interface B {
|
||||
fun commonFunB()
|
||||
expect interface <!LINE_MARKER("descr='Has actuals in JVM'")!>B<!> {
|
||||
fun <!LINE_MARKER("descr='Has actuals in JVM'")!>commonFunB<!>()
|
||||
}
|
||||
|
||||
class Common {
|
||||
|
||||
Reference in New Issue
Block a user