mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-03-10 08:31:29 +00:00
5 lines
211 B
Java
Vendored
5 lines
211 B
Java
Vendored
public enum AnnotatedParameterInEnumConstructor {
|
|
A;
|
|
|
|
private AnnotatedParameterInEnumConstructor(@test.Anno(x = "a") java.lang.String a, @test.Anno(x = "b") java.lang.String b) { /* compiled code */ }
|
|
} |