FIR: Mute backend tests relevant to new INFERENCE_NO_INFORMATION_FOR_PARAMETER
See KT-46967 and KT-46996
This commit is contained in:
committed by
TeamCityServer
parent
d932d5b0a5
commit
d76db0e011
+4
-1
@@ -1,5 +1,8 @@
|
||||
// IGNORE_BACKEND_FIR: ANY
|
||||
// See KT-46996
|
||||
|
||||
class Cell<T>(val value: T)
|
||||
|
||||
typealias IntAlias = Cell<Int>
|
||||
|
||||
fun test() = IntAlias(42)
|
||||
fun test() = IntAlias(42)
|
||||
|
||||
Reference in New Issue
Block a user