[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:
+1
-1
@@ -1 +1 @@
|
||||
constructor(c: (kotlin.collections.MutableCollection<out E!>..kotlin.collections.Collection<E!>?))
|
||||
constructor(c: kotlin.collections.(Mutable)Collection<out E!>!)
|
||||
Vendored
+1
-1
@@ -1 +1 @@
|
||||
constructor(c: kotlin.collections.(Mutable)Collection<out (E!!..E?)>!)
|
||||
constructor(c: kotlin.collections.(Mutable)Collection<out (E & kotlin.Any..E?)>!)
|
||||
+1
-1
@@ -1 +1 @@
|
||||
fun (@ReceiverTypeAnnotation kotlin.Int).foo()
|
||||
fun @ReceiverTypeAnnotation kotlin.Int.foo()
|
||||
+2
-1
@@ -1 +1,2 @@
|
||||
val (@ReceiverTypeAnnotation kotlin.Long).prop: kotlin.Boolean
|
||||
val @ReceiverTypeAnnotation kotlin.Long.prop: kotlin.Boolean
|
||||
get()
|
||||
+1
-1
@@ -1 +1 @@
|
||||
fun Runnable(function: () -> kotlin.Unit): java.lang.Runnable
|
||||
Runnable(function: () -> kotlin.Unit): java.lang.Runnable
|
||||
+1
-1
@@ -1,2 +1,2 @@
|
||||
@ERROR
|
||||
@`<Error class: unknown class>`
|
||||
class WithGeneratedCompanion
|
||||
Reference in New Issue
Block a user