Files
kotlin-fork/compiler/testData/diagnostics/tests/enum/inline.kt
T

5 lines
46 B
Kotlin
Vendored

// FIR_IDENTICAL
enum class My {
inline
}