KT-45676: fix backing field annotation resolve
This commit is contained in:
committed by
Petukhov Victor
parent
6a586fb731
commit
2cb9d1f287
@@ -0,0 +1,7 @@
|
||||
// KT-45676: annotations on backing fields are missing their attribute values
|
||||
|
||||
@Target(AnnotationTarget.FIELD)
|
||||
annotation class MyFieldAnnotation~MyFieldAnnotation(String)~(val value: String)
|
||||
|
||||
@`MyFieldAnnotation(String)`MyFieldAnnotation("SomeStringValue"`:kotlin::String`)
|
||||
var myProperty = 0
|
||||
Reference in New Issue
Block a user