Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
6f1b95d296c5592d3a3e71cc638994fa2ba4e4f7
/
.
/
compiler
/
testData
/
compileKotlinAgainstJava
/
AnnotationWithField.java
blob: dda7f0d11404077744edce8c86006e9dbd8adc13 [
file
]
package
test
;
public
@interface
AnnotationWithField
{
String
text
();
int
ANSWER
=
42
;
}