remove two final occurrences of 'class object' from testdata
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
package Jet86
|
||||
|
||||
class A {
|
||||
class ~A~object {
|
||||
companion ~A~object {
|
||||
~A.x~val x = 1
|
||||
}
|
||||
}
|
||||
|
||||
@@ -12,7 +12,7 @@ open class KClientBase {
|
||||
}
|
||||
|
||||
class KClient: KClientBase() {
|
||||
class <caret>object {
|
||||
companion <caret>object {
|
||||
val bar = run {
|
||||
val localVal = packageFun("")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user