Files
kotlin/compiler/testData/loadJava/compiledJava/annotations/NestedEnumArgument.fir.txt
Mikhail Glukhikh 33fb3d154b FIR Java model: support static members & enum entries
Related to KT-29218
2019-03-14 18:07:17 +03:00

5 lines
202 B
Plaintext
Vendored

public open class NestedEnumArgument : R|java/lang/Object| {
@R|test/NestedEnumArgument.Anno|(R|test/NestedEnumArgument.E.FIRST|()) public/*package*/ open operator function foo(): R|kotlin/Unit|
}