33e6a85a2d
We exclude testData pattern from copyright scope
5 lines
89 B
Kotlin
Vendored
5 lines
89 B
Kotlin
Vendored
// DECLARATION_TYPE: org.jetbrains.kotlin.psi.KtEnumEntry
|
|
enum class FooBar {
|
|
Baz;
|
|
}
|