Do not create expect / actual markers for parameters & enum entries

Part of KT-26957
This commit is contained in:
Mikhail Glukhikh
2018-10-02 18:31:03 +03:00
parent 17076cd05e
commit bb19d4c598
10 changed files with 80 additions and 2 deletions
@@ -0,0 +1,3 @@
package test
expect enum class <lineMarker>Enum</lineMarker> { A, B, C, D }
@@ -0,0 +1,4 @@
// !CHECK_HIGHLIGHTING
package test
actual enum class Enum { A, B, C, D }