default -> companion: replace all mentions of default and default object
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
var global = 0;
|
||||
|
||||
class C {
|
||||
default object {
|
||||
companion object {
|
||||
{
|
||||
global = 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user