[FIR] Fix type reference for 1st arg of GetClassCall

This commit is contained in:
Jinseong Jeon
2020-04-01 11:16:21 +03:00
committed by Mikhail Glukhikh
parent 4a5643856e
commit 3e6b38a921
84 changed files with 15 additions and 87 deletions
@@ -1,5 +1,4 @@
// !LANGUAGE: +BareArrayClassLiteral
// IGNORE_BACKEND_FIR: JVM_IR
fun box(): String {
val x = Array(1) { Any() }