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