default -> companion: replace all mentions of default and default object
This commit is contained in:
+1
-1
@@ -3,6 +3,6 @@ package test
|
||||
trait Bbb<P>
|
||||
|
||||
class ClassObjectExtendsTraitWithTP {
|
||||
default object : Bbb<String> {
|
||||
companion object : Bbb<String> {
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user