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

7 lines
122 B
Java
Vendored

package test;
public class PlatformName {
public static void main(String[] args) {
TestPackage.bar();
}
}