19221e3ba6
Temporary change testData for LoadJavaTest because enums in parameters of annotations in kotlin files is now unsupported
7 lines
59 B
Kotlin
7 lines
59 B
Kotlin
package annotations
|
|
|
|
public enum class MyEnum {
|
|
ONE
|
|
}
|
|
|