default -> companion: replace all mentions of default and default object
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
fun foo(a: String = "Default", b: Int = 1, c: Long = 2): String {
|
||||
fun foo(a: String = "Companion", b: Int = 1, c: Long = 2): String {
|
||||
return "$a $b $c"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user