FIR Completion: Enable passing tests

This commit is contained in:
Roman Golyshev
2020-09-09 14:26:44 +03:00
parent dcc22d3e5d
commit edb277b30a
13 changed files with 26 additions and 0 deletions
@@ -1,3 +1,5 @@
// FIR_COMPARISON
object Obj {
class NestedInObject {
companion object {
@@ -1,3 +1,5 @@
// FIR_COMPARISON
object Obj {
val inObject = 1
}
@@ -1,3 +1,5 @@
// FIR_COMPARISON
class Cls {
object Obj {
val inObject = 1