Files
kotlin/compiler/testData/compileJavaAgainstKotlin/property/platformName/PlatformName.java
2014-06-10 18:21:36 +04:00

8 lines
160 B
Java

package test;
public class PlatformName {
public static void main(String[] args) {
int x = TestPackage.vget();
TestPackage.vset(0);
}
}