5 lines
51 B
Plaintext
Vendored
5 lines
51 B
Plaintext
Vendored
enum class E {
|
|
SINGLE;
|
|
|
|
open fun bar() {}
|
|
} |