Tests: unmute light analysis tests passing with JVM_IR
This commit is contained in:
Vendored
+1
-2
@@ -1,6 +1,5 @@
|
||||
// WITH_STDLIB
|
||||
// IGNORE_BACKEND: JVM
|
||||
// IGNORE_LIGHT_ANALYSIS
|
||||
|
||||
fun <T> foo(a: Result<T>?): T? = bar(a, object : IFace<Result<T>, T> {
|
||||
override fun call(ic: Result<T>?): T? = ic?.getOrThrow()
|
||||
@@ -20,4 +19,4 @@ fun box(): String {
|
||||
res = foo<Int>(null)
|
||||
if (res != null) return "FAIL $res"
|
||||
return "OK"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user