Replace 'class object' with 'default object' in renderers and test data
Includes changes to decompiled text Old syntax is used in builtins and project code for now
This commit is contained in:
@@ -4,7 +4,7 @@ import java.io.*
|
||||
|
||||
open class AllEvenNum() {
|
||||
|
||||
class object {
|
||||
default object {
|
||||
open public fun main(args : Array<String?>?) : Unit {
|
||||
var i : Int = 1
|
||||
while ((i <= 100)) {
|
||||
|
||||
Reference in New Issue
Block a user