Don't report "Redundant Companion reference" on accessing nested object
So #KT-23620 Fixed
This commit is contained in:
committed by
Mikhail Glukhikh
parent
94c5344fd1
commit
a5aad22fe7
+9
@@ -0,0 +1,9 @@
|
||||
// PROBLEM: none
|
||||
|
||||
class Owner {
|
||||
companion object {
|
||||
object InCompanion
|
||||
}
|
||||
}
|
||||
|
||||
val y = Owner.<caret>Companion.InCompanion
|
||||
Reference in New Issue
Block a user