Update diagnostics test affected by ApproximateIntegerLiteralTypesInReceiverPosition and ProhibitSimplificationOfNonTrivialConstBooleanExpressions features

This commit is contained in:
Mikhael Bogdanov
2021-07-15 19:41:12 +02:00
committed by Space
parent fd605a13d7
commit ff26a471b4
49 changed files with 50 additions and 14 deletions
@@ -2,8 +2,9 @@
interface Foo
@Target(AnnotationTarget.TYPE)
annotation class Ann
class E : <!ANNOTATION_ON_SUPERCLASS!>@field:Ann<!> <!ANNOTATION_ON_SUPERCLASS!>@get:Ann<!> <!ANNOTATION_ON_SUPERCLASS!>@set:Ann<!> <!ANNOTATION_ON_SUPERCLASS!>@setparam:Ann<!> Foo
interface G : <!WRONG_ANNOTATION_TARGET!>@Ann<!> Foo
interface G : @Ann Foo