6 lines
64 B
Kotlin
Vendored
6 lines
64 B
Kotlin
Vendored
// NOT_APPLICABLE
|
|
enum class A {<caret>
|
|
fun foo() {
|
|
|
|
}
|
|
} |