[FIR] Fix crash on incorrect call on ILT

^KT-62306 Fixed
This commit is contained in:
Ivan Kochurkin
2023-11-07 17:43:21 +01:00
committed by Space Team
parent c5da2b7433
commit 54ab3d39db
7 changed files with 37 additions and 1 deletions
@@ -0,0 +1,6 @@
// FIR_IDENTICAL
// ISSUE: KT-62306
fun main() {
1.<!NONE_APPLICABLE!>plus<!>()
}