default -> companion: replace all mentions of default and default object
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
package switch_demo
|
||||
|
||||
public class SwitchDemo {
|
||||
default object {
|
||||
companion object {
|
||||
public fun main(args: Array<String>) {
|
||||
val month = 8
|
||||
val monthString: String
|
||||
|
||||
Reference in New Issue
Block a user