[FIR] Reproduce KT-64609
^KT-64609
This commit is contained in:
committed by
Space Team
parent
af5f76048b
commit
1f46aed3e0
Vendored
+19
@@ -0,0 +1,19 @@
|
||||
// ISSUE: KT-64609
|
||||
|
||||
package second
|
||||
|
||||
annotation class Anno
|
||||
|
||||
class SimpleVarClass(
|
||||
@Anno
|
||||
@get:Anno
|
||||
<!INAPPLICABLE_TARGET_PROPERTY_IMMUTABLE!>@set:Anno<!>
|
||||
<!INAPPLICABLE_TARGET_PROPERTY_IMMUTABLE!>@setparam:Anno<!>
|
||||
val constructorVariableWithAnnotations: Long,
|
||||
) {
|
||||
@Anno
|
||||
@get:Anno
|
||||
<!INAPPLICABLE_TARGET_PROPERTY_IMMUTABLE!>@set:Anno<!>
|
||||
<!INAPPLICABLE_TARGET_PROPERTY_IMMUTABLE!>@setparam:Anno<!>
|
||||
val memberVariableWithAnnotations: Long = 0L
|
||||
}
|
||||
Reference in New Issue
Block a user