K2: store imported static qualifiers in dispatch receiver field

This is a partial revert of commit 104fd4c1
#KT-55116 Fixed
This commit is contained in:
Mikhail Glukhikh
2023-01-16 15:57:08 +01:00
committed by Space Team
parent 416d4f57eb
commit aafde418cc
11 changed files with 34 additions and 65 deletions
@@ -1,4 +1,4 @@
FILE: main.kt
public final fun test(list: R|kotlin/collections/List<kotlin/String>|, string: R|kotlin/String|): R|kotlin/Unit| {
R|/Matchers.assertThat|<R|ft<kotlin/collections/List<kotlin/String>, kotlin/collections/List<kotlin/String>?>|>(R|<local>/list|, R|/Matchers.hasItem|<R|kotlin/String!|>(R|<local>/string|))
Q|Matchers|.R|/Matchers.assertThat|<R|ft<kotlin/collections/List<kotlin/String>, kotlin/collections/List<kotlin/String>?>|>(R|<local>/list|, Q|Matchers|.R|/Matchers.hasItem|<R|kotlin/String!|>(R|<local>/string|))
}