default -> companion: replace all mentions of default and default object
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
// SIBLING:
|
||||
public class A {
|
||||
default object {
|
||||
companion object {
|
||||
private val t: Int = 1
|
||||
}
|
||||
fun f() {
|
||||
|
||||
Reference in New Issue
Block a user