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