Files
kotlin/compiler/testData/compileJavaAgainstKotlin/targets/classifier.java

8 lines
92 B
Java
Vendored

package test;
@classifier class My {
@classifier int foo() {
return 1;
}
}