Don't report "Redundant Companion reference" on accessing nested object

So #KT-23620 Fixed
This commit is contained in:
Toshiaki Kameyama
2018-04-06 07:27:27 +03:00
committed by Mikhail Glukhikh
parent 94c5344fd1
commit a5aad22fe7
3 changed files with 17 additions and 1 deletions
@@ -0,0 +1,9 @@
// PROBLEM: none
class Owner {
companion object {
object InCompanion
}
}
val y = Owner.<caret>Companion.InCompanion