[FIR] add missed tests for declaration annotations
^KT-63832
This commit is contained in:
committed by
Space Team
parent
001e9a4489
commit
aaaf35fcb8
@@ -0,0 +1,9 @@
|
||||
annotation class Anno(val position: String)
|
||||
|
||||
interface OriginalInterface {
|
||||
companion object {
|
||||
private const val prop = 0
|
||||
}
|
||||
|
||||
@Anno("dangling $prop")<!SYNTAX!><!>
|
||||
}
|
||||
Reference in New Issue
Block a user