Files
kotlin-fork/compiler/testData/diagnostics/tests/resolve
Ivan Kochurkin 1a40164ef0 [FIR] Fix resolving of single underscore _
Now compiler throws `UNRESOLVED_REFERENCE` here:

```
val boo = { _: Exception -> `_`.stackTrace }
```
2021-07-30 16:58:07 +00:00
..
2021-07-28 23:17:31 +03:00