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