Home
last modified time | relevance | path

Searched refs:isLarge (Results 1 – 1 of 1) sorted by relevance

/art/test/715-clinit-implicit-parameter-annotations/src/
DMain.java80 private boolean isLarge; field in Main.ImportantNumber
84 this.isLarge = false; in ImportantNumber()
87 ImportantNumber(@AnnotationB("x") double doubleValue, @AnnotationB("y") boolean isLarge) { in ImportantNumber() argument
89 this.isLarge = isLarge; in ImportantNumber()