Additional catch for ReenteringLazyValueComputationException #KT-8448 Fixed

Also #EA-76264 Fixed
This commit is contained in:
Mikhail Glukhikh
2016-01-27 18:17:02 +03:00
parent 5062ce2804
commit 7fd1f507e4
4 changed files with 23 additions and 1 deletions
@@ -0,0 +1,4 @@
// StackOverflow
val p = <!TYPECHECKER_HAS_RUN_INTO_RECURSIVE_PROBLEM!>::p<!>
fun foo() = <!TYPECHECKER_HAS_RUN_INTO_RECURSIVE_PROBLEM!>::foo<!>
@@ -0,0 +1,4 @@
package
public val p: [ERROR : Type for ::p]
public fun foo(): [ERROR : Error function type]