[LL FIR] add test on lazy resolve for local declarations
^KT-56550
This commit is contained in:
committed by
Space Team
parent
b35b727d73
commit
2cac7319fe
+9
@@ -0,0 +1,9 @@
|
||||
package one.two
|
||||
|
||||
fun reso<caret>lveMe() {
|
||||
@Deprecated(message = "", replaceWith = ReplaceWith(expression = "abc"), level = DeprecationLevel.ERROR)
|
||||
class LocalClass
|
||||
|
||||
@Target(AnnotationTarget.TYPE)
|
||||
class B
|
||||
}
|
||||
Reference in New Issue
Block a user