default -> companion: replace all mentions of default and default object

This commit is contained in:
Pavel V. Talanov
2015-03-16 14:56:06 +03:00
parent a0783757e8
commit 06916d98c6
1019 changed files with 2468 additions and 2469 deletions
@@ -1,9 +1,9 @@
class MyClass {
deprecated("") default object {
deprecated("") companion object {
}
}
// TESTED_OBJECT_KIND: class
// TESTED_OBJECTS: MyClass$Default
// TESTED_OBJECTS: MyClass$Companion
// FLAGS: ACC_PUBLIC, ACC_FINAL, ACC_DEPRECATED, ACC_SUPER
@@ -1,4 +1,4 @@
// NO_FLAGS because we put enum in default object of foo. When it will be fixed - MyClass should have ACC_PRIVATE flag
// NO_FLAGS because we put enum in companion object of foo. When it will be fixed - MyClass should have ACC_PRIVATE flag
class Foo {
private enum class MyClass() {