default -> companion: replace all mentions of default and default object
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@
|
||||
// ERROR: Property must be initialized or be abstract
|
||||
|
||||
class A<T>(val n: T) {
|
||||
default object {
|
||||
companion object {
|
||||
val foo: Int
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user