Do not create expect / actual markers for parameters & enum entries
Part of KT-26957
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
// !CHECK_HIGHLIGHTING
|
||||
|
||||
expect class WithConstructor(x: Int, s: String) {
|
||||
val x: Int
|
||||
|
||||
val s: String
|
||||
}
|
||||
Reference in New Issue
Block a user