Additional catch for ReenteringLazyValueComputationException #KT-8448 Fixed
Also #EA-76264 Fixed
This commit is contained in:
@@ -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]
|
||||
Reference in New Issue
Block a user