default -> companion: replace all mentions of default and default object
This commit is contained in:
@@ -4,7 +4,7 @@ trait Tr {
|
||||
<!NATIVE_DECLARATION_IN_TRAIT!>native fun foo()<!>
|
||||
<!NATIVE_DECLARATION_IN_TRAIT, NATIVE_DECLARATION_CANNOT_HAVE_BODY!>native fun bar()<!> {}
|
||||
|
||||
default object {
|
||||
companion object {
|
||||
native fun foo()
|
||||
<!NATIVE_DECLARATION_CANNOT_HAVE_BODY!>native fun bar()<!> {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user