From 787a32f4f11dbd2df00e2340d2ce522332b7aa3f Mon Sep 17 00:00:00 2001 From: Mikhail Glukhikh Date: Wed, 26 Apr 2017 17:31:46 +0300 Subject: [PATCH] KT-17408 related: fix of two broken tests --- idea/testData/quickfix/typeOfAnnotationMember/star.kt | 1 - idea/testData/quickfix/typeOfAnnotationMember/string.kt | 1 - 2 files changed, 2 deletions(-) diff --git a/idea/testData/quickfix/typeOfAnnotationMember/star.kt b/idea/testData/quickfix/typeOfAnnotationMember/star.kt index 287e4bd0b22..f6e3af3e085 100644 --- a/idea/testData/quickfix/typeOfAnnotationMember/star.kt +++ b/idea/testData/quickfix/typeOfAnnotationMember/star.kt @@ -1,5 +1,4 @@ // "Replace array of boxed with array of primitive" "false" -// ACTION: Convert to secondary constructor // ACTION: Move to class body // ERROR: Invalid type of annotation member annotation class SuperAnnotation( diff --git a/idea/testData/quickfix/typeOfAnnotationMember/string.kt b/idea/testData/quickfix/typeOfAnnotationMember/string.kt index 1daa2b1d3c2..22580ecfe7a 100644 --- a/idea/testData/quickfix/typeOfAnnotationMember/string.kt +++ b/idea/testData/quickfix/typeOfAnnotationMember/string.kt @@ -1,5 +1,4 @@ // "Replace array of boxed with array of primitive" "false" -// ACTION: Convert to secondary constructor // ACTION: Move to class body annotation class SuperAnnotation( val str: Array