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

8 lines
84 B
Java
Vendored

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