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:
Pavel V. Talanov
2015-03-06 12:51:59 +03:00
parent 28ed30bcb3
commit 59f192ef90
794 changed files with 1120 additions and 1109 deletions
@@ -11,7 +11,7 @@ object Foo {
// RUN: q.Foo.InnerFoo
class InnerFoo {
class object {
default object {
// RUN: q.Foo.InnerFoo
platformStatic fun main(s: Array<String>) {
println("InnerFoo")
@@ -38,7 +38,7 @@ object Foo2 {
// RUN: q.Bar
class Bar {
class object {
default object {
// RUN: q.Bar
platformStatic fun main(s: Array<String>) {
println("Bar")
@@ -48,7 +48,7 @@ class Bar {
// RUN: q.QPackage
class Bar2 {
class object {
default object {
// RUN: q.QPackage
fun main(s: Array<String>) {
println("Bar2")