K2 IC: fix lookup recording for a "red" companion object

#KT-63665 fixed
This commit is contained in:
Ilya Chernikov
2023-12-07 18:02:25 +01:00
committed by Space Team
parent 6dfcc927f4
commit ed820d6b57
6 changed files with 82 additions and 3 deletions
@@ -0,0 +1,7 @@
class A() {
companion object {
fun equals(): Boolean =
TODO()
}
}