[LL FIR] StubBasedFirMemberDeserializer: add missed deprecation provider

^KT-60996 Fixed
This commit is contained in:
Dmitrii Gridin
2024-03-05 16:22:56 +01:00
committed by Space Team
parent 805b7bc8f4
commit 28c80a1581
5 changed files with 22 additions and 50 deletions
@@ -1,8 +1,5 @@
// !LANGUAGE: +TypeAliases
// !API_VERSION: 1.0
// IGNORE_DIAGNOSTIC_API
// IGNORE_REVERSED_RESOLVE
// ^KT-60996
// FILE: test.kt
val fooException = <!API_NOT_AVAILABLE!>Exception<!>("foo")
val barException = kotlin.<!API_NOT_AVAILABLE!>Exception<!>("bar")
@@ -1,8 +1,5 @@
// !LANGUAGE: +TypeAliases
// !API_VERSION: 1.0
// IGNORE_DIAGNOSTIC_API
// IGNORE_REVERSED_RESOLVE
// ^KT-60996
// FILE: test.kt
val fooException = Exception("foo")
val barException = kotlin.<!UNRESOLVED_REFERENCE!>Exception<!>("bar")