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

7 lines
93 B
Java
Vendored

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