Files
kotlin-fork/idea/testData/multiModuleLineMarker/expectEnumEntriesInOneLine/jvm/jvm.kt
T
2018-10-25 18:11:45 +03:00

4 lines
74 B
Kotlin
Vendored

// !CHECK_HIGHLIGHTING
package test
actual enum class Enum { A, B, C, D }