remove two final occurrences of 'class object' from testdata

This commit is contained in:
Dmitry Jemerov
2015-04-27 15:13:44 +02:00
parent fd5c3e3b9d
commit 478b18e376
2 changed files with 2 additions and 2 deletions
@@ -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("")