added test for main function

This commit is contained in:
Sergey Ignatov
2011-11-15 15:23:54 +04:00
parent 6a979e540d
commit 4c7056b2f9
2 changed files with 5 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
public static void main(String[] args) {}
+4
View File
@@ -0,0 +1,4 @@
class object {
open public fun main(args : Array<String?>?) : Unit {
}
}