default -> companion: replace all mentions of default and default object
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
class TestObject()
|
||||
{
|
||||
default object {
|
||||
companion object {
|
||||
var prop: Int = 1
|
||||
get() = $prop++
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user