Commit b310beed authored by Mark Punzalan's avatar Mark Punzalan Committed by intellij-monorepo-bot
Browse files

HighLevelParamInfoHandler: Enable tests related to @Deprecated(HIDDEN).

GitOrigin-RevId: a91efd830a968a089ffc0815db376673efd4661c
parent d18f0ffb
Showing with 0 additions and 4 deletions
+0 -4
// IGNORE_FIR
// TODO: @Deprecated(HIDDEN) candidates should be as if unresolved
@Deprecated("", level = DeprecationLevel.HIDDEN) fun f(x: Int) = 2
fun d(x: Int) {
......
// IGNORE_FIR
// TODO: @Deprecated(HIDDEN) candidates should be as if unresolved
@Deprecated("", level = DeprecationLevel.HIDDEN) fun <T> f(x: Int): T? = null
fun d(x: Int) {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment