Closed anatoliykmetyuk closed 2 years ago
On latest main I get:
5 |def Test = query(dummy(_))
| ^
| Cyclic reference involving trait Foo
|
| longer explanation available when compiling with `-explain`
1 error found
Ok, I tried it on the latest main and can't reproduce it either. Maybe it was fixed between 3.1.2 and now.
I think "cannot reproduce" tag would constitute "gaslighting". Maybe you need a "fixed on HEAD" label.
Compiler version
3.1.2
Minimized code
Output (click arrow to expand)
Expectation
Should probably be an error about the cyclic reference of a type parameter, not a crash.