[AA] Support getting type from get and set annotation calls
#KTIJ-26206 Fixed
This commit is contained in:
committed by
Space Team
parent
c9eebffbfa
commit
362675a1b5
Vendored
+4
@@ -0,0 +1,4 @@
|
||||
annotation class Anno
|
||||
|
||||
@field:An<caret>no
|
||||
val x = 0
|
||||
analysis/analysis-api/testData/components/typeProvider/typeReference/annotationEntryBackingField.txt
Vendored
+2
@@ -0,0 +1,2 @@
|
||||
expression: Anno
|
||||
ktType: Anno
|
||||
Vendored
+4
@@ -0,0 +1,4 @@
|
||||
annotation class Anno
|
||||
|
||||
@get:An<caret>no
|
||||
val x = 0
|
||||
Vendored
+2
@@ -0,0 +1,2 @@
|
||||
expression: Anno
|
||||
ktType: Anno
|
||||
Vendored
+4
@@ -0,0 +1,4 @@
|
||||
annotation class Anno
|
||||
|
||||
@set:An<caret>no
|
||||
var x = 0
|
||||
Vendored
+2
@@ -0,0 +1,2 @@
|
||||
expression: Anno
|
||||
ktType: Anno
|
||||
Reference in New Issue
Block a user