mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-04-10 15:52:06 +00:00
8 lines
114 B
Java
8 lines
114 B
Java
package test;
|
|
|
|
//TODO: move to LoadJavaTestGenerated when possible
|
|
public enum MyEnum {
|
|
ENTRY,
|
|
ANOTHER;
|
|
}
|