Refactor multiplatform test cases in MultiModuleHighlightingTest
Groupt multiplatform test cases in a nested class, get rid of duplicated code, rename "header" -> "common" where it relates to the common module
This commit is contained in:
Vendored
+3
@@ -0,0 +1,3 @@
|
||||
header fun foo(): Int
|
||||
|
||||
header val bar: String
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
impl fun foo() = 42
|
||||
|
||||
impl val bar = "Hello"
|
||||
Reference in New Issue
Block a user