Update testdata according to change compiler version to 1.4
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
// !LANGUAGE: -BareArrayClassLiteral -ProhibitGenericArrayClassLiteral
|
||||
|
||||
val a01 = <!ARRAY_CLASS_LITERAL_REQUIRES_ARGUMENT!>Array::class<!>
|
||||
val a02 = Array<<!WRONG_NUMBER_OF_TYPE_ARGUMENTS!>Array<!>>::class
|
||||
val a03 = Array<Any?>::class
|
||||
|
||||
Reference in New Issue
Block a user