Yan Zhulanow
e393282c67
[Analysis API] Remove test infrastructure for obsolete on-air analysis
2024-01-18 17:12:28 +00:00
Jinseong Jeon
f5d2ce3022
AA: render containing file and JvmClassName
2023-12-21 15:34:34 +00:00
Ivan Kochurkin
115d685d91
[FIR] Fix ambiguity of Throws and other std annotations importing
...
Including `SharedImmutable` and `ThreadLocal`
Simplify code, remove `DefaultImportPriority.KOTLIN_THROWS`
Introduce `FirNativeClassMapper`
2023-11-23 23:51:23 +00:00
aleksandrina-streltsova
1c472c2751
[AA] update test data after adding properties to callable symbols
...
KT-54846
2023-07-24 17:24:42 +00:00
aleksandrina-streltsova
52a95cb75f
[AA] update test data after adding properties to KtClassLikeSymbol
...
KT-54846
2023-07-24 17:24:41 +00:00
Justin Paupore
fa0209a322
[AA] Expand functionality of TestScopeRenderer.
...
- Add package and constructor listings
- Add single-scope renderForTests() implementation, including a lambda
to provide additional information about each symbol
- Remove special handling for empty scopes (interfered with single-scope
rendering)
^KT-59329
2023-07-14 19:32:08 +02:00
Denis.Zharkov
78e2d53f3c
K2: Adjust Analysis API to the recent scope structure changes
...
Namely, in the previous commit we merged two
(LOW and HIGH priority default start import scopes) into the single one
For more explanations, please look at the previous commit
2023-07-04 07:25:22 +00:00
Ilya Kirillov
ba3a3915c7
[Analysis API] tests: use tagged caret to find declaration to analyze in the air against
...
We cannot use a KtFile as analysis context.
^KT-55527
2023-05-04 15:26:50 +00:00
Ilya Kirillov
eeac3f53b4
[Analysis API] add tests for getImportingScopeContext
...
^KT-57966
2023-05-04 15:26:50 +00:00