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

7 lines
87 B
Java
Vendored

package test;
class My {
@field int prop;
@field int get() { return prop; }
}