default -> companion: replace all mentions of default and default object
This commit is contained in:
@@ -10,7 +10,7 @@ class InlineAll {
|
||||
return s()
|
||||
}
|
||||
|
||||
default object {
|
||||
companion object {
|
||||
inline fun inline(s: () -> String): String {
|
||||
return s()
|
||||
}
|
||||
|
||||
@@ -6,7 +6,7 @@ trait InlineTrait {
|
||||
return s()
|
||||
}
|
||||
|
||||
default object {
|
||||
companion object {
|
||||
inline final fun finalInline(s: () -> String): String {
|
||||
return s()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user