[AA] Support getting type from get and set annotation calls

#KTIJ-26206 Fixed
This commit is contained in:
Bart van Helvert
2023-07-07 10:53:12 +02:00
committed by Space Team
parent c9eebffbfa
commit 362675a1b5
11 changed files with 102 additions and 6 deletions
@@ -0,0 +1,4 @@
annotation class Anno
@field:An<caret>no
val x = 0
@@ -0,0 +1,2 @@
expression: Anno
ktType: Anno
@@ -0,0 +1,4 @@
annotation class Anno
@get:An<caret>no
val x = 0
@@ -0,0 +1,2 @@
expression: Anno
ktType: Anno
@@ -0,0 +1,4 @@
annotation class Anno
@set:An<caret>no
var x = 0
@@ -0,0 +1,2 @@
expression: Anno
ktType: Anno