[FIR] Do not expect builtin imports to be always resolved

Merge-request: KT-MR-10886
Merged-by: Egor Kulikov <Egor.Kulikov@jetbrains.com>
This commit is contained in:
Egor Kulikov
2023-07-05 14:02:50 +00:00
committed by Space Team
parent 6bed02fed3
commit 27f4b53570
25 changed files with 63 additions and 11 deletions
@@ -1,3 +1,4 @@
// WITH_STDLIB
fun a () {
val list = mutableListOf(1)
println(list<caret>[0])
@@ -1,3 +1,4 @@
// WITH_STDLIB
fun a () {
val list = mutableListOf(1)
list<caret>[0] = 1