default -> companion: replace all mentions of default and default object
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
fun test() {
|
||||
class A {
|
||||
<!DEFAULT_OBJECT_NOT_ALLOWED!>default<!> object {}
|
||||
<!COMPANION_OBJECT_NOT_ALLOWED!>companion<!> object {}
|
||||
}
|
||||
|
||||
object {
|
||||
<!DEFAULT_OBJECT_NOT_ALLOWED!>default<!> object {}
|
||||
<!COMPANION_OBJECT_NOT_ALLOWED!>companion<!> object {}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user