mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-16 08:31:35 +00:00
8 lines
160 B
Java
Vendored
8 lines
160 B
Java
Vendored
package test;
|
|
|
|
public class PlatformName {
|
|
public static void main(String[] args) {
|
|
int x = TestPackage.vget();
|
|
TestPackage.vset(0);
|
|
}
|
|
} |