mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-03-23 00:21:31 +00:00
8 lines
116 B
Java
8 lines
116 B
Java
package test;
|
|
|
|
//TODO: move to LoadJavaTestGenerated when possible
|
|
public enum JavaEnum {
|
|
ENTRY,
|
|
ANOTHER;
|
|
}
|