default -> companion: replace all mentions of default and default object
This commit is contained in:
@@ -5,5 +5,5 @@ object O1 : Trait<Int>
|
||||
object O2 : Trait<<!UPPER_BOUND_VIOLATED!>String<!>>
|
||||
|
||||
class C {
|
||||
default object : Trait<<!UPPER_BOUND_VIOLATED!>IntRange<!>>
|
||||
companion object : Trait<<!UPPER_BOUND_VIOLATED!>IntRange<!>>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user