FIR Completion: Enable passing tests
This commit is contained in:
+2
@@ -1,3 +1,5 @@
|
||||
// FIR_COMPARISON
|
||||
|
||||
object Obj {
|
||||
class NestedInObject {
|
||||
companion object {
|
||||
|
||||
+2
@@ -1,3 +1,5 @@
|
||||
// FIR_COMPARISON
|
||||
|
||||
object Obj {
|
||||
val inObject = 1
|
||||
}
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
// FIR_COMPARISON
|
||||
|
||||
class Cls {
|
||||
object Obj {
|
||||
val inObject = 1
|
||||
|
||||
Reference in New Issue
Block a user