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