Files
kotlin-fork/compiler/testData/diagnostics/tests/enum/kt2834.kt
T
2013-11-18 19:46:01 +04:00

7 lines
114 B
Kotlin

private enum class MethodKind {
INSTANCE
STATIC
}
fun MethodKind.hasThis() = this == MethodKind.INSTANCE