f124ba627d
This is a contract violation – we can touch only bodies during this phase ^KT-56551
7 lines
161 B
Kotlin
Vendored
7 lines
161 B
Kotlin
Vendored
// FIR_IDENTICAL
|
|
package myPack
|
|
|
|
annotation class Anno(val number: Int)
|
|
|
|
val @receiver:Anno(<!ANNOTATION_ARGUMENT_MUST_BE_CONST!>42.prop<!>) Int.prop get() = 22
|