mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-12 00:21:32 +00:00
11 lines
91 B
Plaintext
Vendored
11 lines
91 B
Plaintext
Vendored
// "Create enum 'A'" "true"
|
|
package p
|
|
|
|
import p.X.A
|
|
|
|
class X {
|
|
enum class A {
|
|
|
|
}
|
|
|
|
} |