default -> companion: replace all mentions of default and default object
This commit is contained in:
+1
-1
@@ -1,3 +1,3 @@
|
||||
<node text="Object (java.lang)">
|
||||
<node text="MyClass in Default in A ()" base="true"/>
|
||||
<node text="MyClass in Companion in A ()" base="true"/>
|
||||
</node>
|
||||
@@ -1,5 +1,5 @@
|
||||
class A {
|
||||
default object {
|
||||
companion object {
|
||||
class MyClass<caret>
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user