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