default -> companion: replace all mentions of default and default object
This commit is contained in:
@@ -26,7 +26,7 @@ class Test<in I, out O> {
|
||||
t.<!INVISIBLE_MEMBER(i; private/*private to this*/; Test)!>i<!> = getT()
|
||||
}
|
||||
|
||||
default object {
|
||||
companion object {
|
||||
fun <I, O> test(t: Test<I, O>) {
|
||||
t.<!INVISIBLE_MEMBER(i; private/*private to this*/; Test)!>i<!> = getT()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user