KT-17408 related: fix of two broken tests
This commit is contained in:
@@ -1,5 +1,4 @@
|
|||||||
// "Replace array of boxed with array of primitive" "false"
|
// "Replace array of boxed with array of primitive" "false"
|
||||||
// ACTION: Convert to secondary constructor
|
|
||||||
// ACTION: Move to class body
|
// ACTION: Move to class body
|
||||||
// ERROR: Invalid type of annotation member
|
// ERROR: Invalid type of annotation member
|
||||||
annotation class SuperAnnotation(
|
annotation class SuperAnnotation(
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
// "Replace array of boxed with array of primitive" "false"
|
// "Replace array of boxed with array of primitive" "false"
|
||||||
// ACTION: Convert to secondary constructor
|
|
||||||
// ACTION: Move to class body
|
// ACTION: Move to class body
|
||||||
annotation class SuperAnnotation(
|
annotation class SuperAnnotation(
|
||||||
val str: <caret>Array<String>
|
val str: <caret>Array<String>
|
||||||
|
|||||||
Reference in New Issue
Block a user