Fix for KT-15726: Kotlin can't compile nested try-catch with return

#KT-15726 Fixed
This commit is contained in:
Mikhael Bogdanov
2017-01-26 16:33:08 +01:00
parent 2c1c3d1f31
commit ab464ea86e
7 changed files with 58 additions and 0 deletions
@@ -0,0 +1,6 @@
@kotlin.Metadata
public final class Kt15726Kt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static method nyCompiler(): void
public final static method nyCompiler2(): void
}