mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-10 15:53:46 +00:00
8 lines
166 B
Java
Vendored
8 lines
166 B
Java
Vendored
package test;
|
|
|
|
public class PlatformName {
|
|
public static void main(String[] args) {
|
|
int x = PlatformNameKt.vget();
|
|
PlatformNameKt.vset(0);
|
|
}
|
|
} |