[Analysis API] update testdata after renderer rework

The new testdata seems to be more correct or just different

^KTIJ-23268
This commit is contained in:
Ilya Kirillov
2022-10-28 10:36:50 +02:00
parent d1eb7c51f1
commit 26ec7ec296
123 changed files with 346 additions and 356 deletions
@@ -1 +0,0 @@
object<LanguageVersionSettings>
@@ -1 +1 @@
fun (@ReceiverTypeAnnotation kotlin.Int).foo()
fun @ReceiverTypeAnnotation kotlin.Int.foo()
@@ -1,2 +1,6 @@
@PropertyAnnotation
var prop: kotlin.Int
var prop: kotlin.Int
@GetAnnotation
get()
@SetAnnotation
set(@SetparamAnnotation value: kotlin.Int)
@@ -1,3 +1,7 @@
@PropertyAnnotation
@FieldAnnotation
var prop: kotlin.Int
@field:FieldAnnotation
var prop: kotlin.Int
@GetAnnotation
get()
@SetAnnotation
set(@setparam:SetparamAnnotation value: kotlin.Int)
@@ -1,5 +1,5 @@
@PropertyAnnotation
@FieldAnnotation
@field:FieldAnnotation
var x: kotlin.Int
@ExplicitGetAnnotation
@GetAnnotation
@@ -1,4 +1,5 @@
@ExplicitPropertyAnnotation
@DelegateAnnotation
@delegate:DelegateAnnotation
@PropertyAnnotation
val lazyProperty: kotlin.Int
val lazyProperty: kotlin.Int
get()
@@ -1 +1,2 @@
val (@ReceiverTypeAnnotation kotlin.Long).prop: kotlin.Boolean
val @ReceiverTypeAnnotation kotlin.Long.prop: kotlin.Boolean
get()
@@ -1 +1,2 @@
val @ReceiverAnnotation @ReceiverTypeAnnotation kotlin.Long.prop: kotlin.Boolean
val @ReceiverAnnotation @ReceiverTypeAnnotation kotlin.Long.prop: kotlin.Boolean
get()