[LL FIR] add more lazy resolve tests on compiler required annotations
^KT-56551
This commit is contained in:
committed by
Space Team
parent
8d151df252
commit
4b1dc4eee6
+6
@@ -0,0 +1,6 @@
|
||||
annotation class Anno(val s: String)
|
||||
|
||||
@Deprecated("function") @Anno("function")
|
||||
fun f<caret>ooo(@Deprecated("a") @Anno("a") a: Int) {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user