FIR: Fix INFERENCE_NO_INFORMATION_FOR_PARAMETER on type alias with generic expansion

^KT-46996 Fixed
This commit is contained in:
Denis.Zharkov
2021-05-27 18:41:36 +03:00
committed by TeamCityServer
parent d76db0e011
commit 5ade831665
10 changed files with 12 additions and 21 deletions
@@ -1,5 +1,3 @@
// IGNORE_BACKEND_FIR: JVM_IR
// See KT-46996
// DONT_TARGET_EXACT_BACKEND: WASM
// WASM_MUTE_REASON: UNIT_ISSUES
typealias ArrayS = Array<String>
@@ -1,5 +1,3 @@
// IGNORE_BACKEND_FIR: JVM_IR
// See KT-46996
typealias BoolArray = Array<Boolean>
typealias IArray = IntArray
typealias MyArray<T> = Array<T>