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,7 @@
// !CHECK_HIGHLIGHTING
expect class WithConstructor(x: Int, s: String) {
val x: Int
val s: String
}