Home
last modified time | relevance | path

Searched defs:ImportantNumber (Results 1 – 1 of 1) sorted by relevance

/art/test/715-clinit-implicit-parameter-annotations/src/
DMain.java74 public enum ImportantNumber { enum in Main
82 ImportantNumber(@AnnotationA double doubleValue) { in ImportantNumber() method in Main.ImportantNumber
87 ImportantNumber(@AnnotationB("x") double doubleValue, @AnnotationB("y") boolean isLarge) { in ImportantNumber() method in Main.ImportantNumber