mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 08:31:29 +00:00
Initial implementation of platformStatic
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
package test;
|
||||
|
||||
class Test {
|
||||
|
||||
public static void main(String[] args) {
|
||||
A.test1();
|
||||
A.test2();
|
||||
A.test4("");
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user