default -> companion: replace all mentions of default and default object
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
class Test {
|
||||
default object {
|
||||
companion object {
|
||||
public fun foo(args: Array<String>): Int {
|
||||
return args.size()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user