mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 15:19:59 +07:00
1. testImportFromTarget: Some bug in nullability inferrer. 2. testAddImportsDummyConflict, testAddImportsButNoConversion: Imports are not added in these specific cases because in K2 we don't use KotlinCopyPasteReferenceProcessor (KTIJ-32359). Note: in most cases, however, we correctly insert imports even without the KotlinCopyPasteReferenceProcessor thanks to the "shorten references" post-processing. So maybe we don't even need the KotlinCopyPasteReferenceProcessor. KTIJ-28714 (cherry picked from commit 01c295af7e18ce3083fa729c4a8dcacdd4d5ed8d) GitOrigin-RevId: 116ae4c0e6bc38dca75c85a3671f141bc3a1e604