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