Files
openide/plugins
Alexey Belkov 7afe051179 [kotlin] J2K copy-paste: ignore a couple of K2 tests
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
2024-12-05 21:53:56 +00:00
..
2024-12-02 19:31:02 +00:00
2024-11-22 11:41:24 +00:00