FIR: unmute two additional black-box tests

This commit is contained in:
Mikhail Glukhikh
2020-02-11 23:14:51 +03:00
parent 76f78d3fde
commit 12c001f491
2 changed files with 0 additions and 2 deletions
@@ -1,4 +1,3 @@
// IGNORE_BACKEND_FIR: JVM_IR
//KT-3772 Invoke and overload resolution ambiguity
open class A {
@@ -1,5 +1,4 @@
// !LANGUAGE: +InlineClasses
// IGNORE_BACKEND_FIR: JVM_IR
inline class UIntArray(private val intArray: IntArray) {
val size get() = intArray.size