KT-11499 Normalize stacks on return from an inline function when the function is inlined at call site.

This commit is contained in:
Dmitry Petrov
2016-04-07 20:00:12 +03:00
parent a6044c81ff
commit aca7050656
19 changed files with 502 additions and 87 deletions
+1
View File
@@ -0,0 +1 @@
fun box() = null ?: null ?: "OK"