Files
kotlin-fork/compiler/testData/compileJavaAgainstKotlin/targets/classifier.java
T

8 lines
92 B
Java
Vendored

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