[LL FIR] StubBasedFirMemberDeserializer: add missed deprecation provider
^KT-60996 Fixed
This commit is contained in:
committed by
Space Team
parent
805b7bc8f4
commit
28c80a1581
-3
@@ -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")
|
||||
|
||||
-3
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user