You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 5, 2023. It is now read-only.
1|infix enummul[T<:Int, U<:Int] {
|^^^|Only access modifiers are allowed on enumdefinitions
example 2:
2| infix caseAdd(l: Expr, r: Expr)
|^^^^| end of statement expected but 'case' found
2| infix caseAdd(l: Expr, r: Expr)
|^^^|';' expected, but identifier found
Minimized code
example 1:
example 2:
Output
example 1:
example 2:
Expectation
infix is allowed for a class definition:
example 1:
The text was updated successfully, but these errors were encountered: