Updated quasi-indeterministic test data. After introducing new line marker provider, which invokes lazy resolution, diagnostic is reported on different element.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
//package a {
|
||||
val afoo = abar()
|
||||
val afoo = <error descr="[TYPECHECKER_HAS_RUN_INTO_RECURSIVE_PROBLEM] Type checking has run into a recursive problem. Easiest workaround: specify types of your declarations explicitly">abar()</error>
|
||||
|
||||
fun abar() = <error descr="[TYPECHECKER_HAS_RUN_INTO_RECURSIVE_PROBLEM] Type checking has run into a recursive problem. Easiest workaround: specify types of your declarations explicitly">afoo</error>
|
||||
fun abar() = <error descr="[DEBUG] Resolved to error element">afoo</error>
|
||||
//}
|
||||
|
||||
//package b {
|
||||
|
||||
Reference in New Issue
Block a user