[FIR] Ensure NO_COMPANION_OBJECT is reported for typealiases

^KT-55733 Fixed
^KT-55186 Fixed
This commit is contained in:
Nikolay Lunyak
2023-01-12 11:34:24 +02:00
committed by Space Team
parent 609f417a13
commit 0e1350f464
11 changed files with 51 additions and 17 deletions
+7
View File
@@ -0,0 +1,7 @@
// FIR_IDENTICAL
fun main() {
val appendable = <!NO_COMPANION_OBJECT!>Appendable<!>
val stringBuilder = <!NO_COMPANION_OBJECT!>StringBuilder<!>
val exception = <!NO_COMPANION_OBJECT!>IllegalStateException<!>
}