[LL FIR] add tests for nested class as annotation argument
^KT-62587
This commit is contained in:
committed by
Space Team
parent
5298d79dec
commit
bbd09c6272
Vendored
+11
@@ -0,0 +1,11 @@
|
||||
// FIR_IDENTICAL
|
||||
annotation class Anno(val number: Int)
|
||||
|
||||
class Outer {
|
||||
companion object {
|
||||
const val CONSTANT_FROM_COMPANION = 42
|
||||
|
||||
@Anno(CONSTANT_FROM_COMPANION)
|
||||
class Nested
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user