Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
b32f408767cf86efaa65eb02699fe00bd61d99a6
/
.
/
compiler
/
testData
/
compileJavaAgainstKotlin
/
targets
/
classifier.java
blob: 786a75cace496173b69e717f942a0c43f87f54a3 [
file
]
package
test
;
@classifier
class
My
{
@classifier
int
foo
()
{
return
1
;
}
}