Files
openide/plugins/kotlin/code-insight/inspections-k2/tests
Roman Golyshev ebcda8f493 KTIJ-34123 KTIJ-34014 [kotlin] Introduce temporary KtTypeReference.typeIfSafeToResolve workaround to avoid frequent exceptions
Put it into common utils so it can be readily used in other places.
Should probably be removed after KT-77222 is fixed.

Use it in `JavaCollectionWithNullableTypeArgumentInspection`
locations which currently produce many such exceptions.

In `JavaCollectionWithNullableTypeArgumentInspection`, remove the
previous workaround for KTIJ-34009 and KT-77333 to avoid
confusion.

^KTIJ-34123 Fixed
^KTIJ-34014 Fixed

GitOrigin-RevId: 8c70d520398fcc794cbd903e9b268459e09f2b03
2025-05-09 17:54:20 +00:00
..