[FIR2IR] Approximate types for lambdas before passing to serialization

This commit is contained in:
simon.ogorodnik
2020-05-20 20:21:00 +03:00
parent b92194229c
commit dbc564e74e
4 changed files with 56 additions and 5 deletions
@@ -1,4 +1,3 @@
// IGNORE_BACKEND_FIR: JVM_IR
// !DIAGNOSTICS: -DEBUG_INFO_SMARTCAST
fun <R> foo(f: () -> R): R = f()