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:
@@ -10,7 +10,7 @@ class InlineAll {
|
||||
return s()
|
||||
}
|
||||
|
||||
class object {
|
||||
default object {
|
||||
inline fun inline(s: () -> String): String {
|
||||
return s()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user