Control flow analysis: nested finally blocks now appear in correct order in CFG #KT-4764 Fixed

This commit is contained in:
Mikhail Glukhikh
2016-04-19 18:01:08 +03:00
parent a5b428d9ce
commit d24528f6bb
9 changed files with 257 additions and 1 deletions
@@ -0,0 +1,4 @@
package
public fun sample(): kotlin.String?
public fun use(/*0*/ arg: kotlin.String?): kotlin.String?