Agda-2.3.2.2: test/fail/NotAnExpression.agda
-- Patterns are parsed as expressions. That means that expressions can contain -- pattern parts. That's of course not ok. module NotAnExpression where X = x @ y -- as pattern as an expression
-- Patterns are parsed as expressions. That means that expressions can contain -- pattern parts. That's of course not ok. module NotAnExpression where X = x @ y -- as pattern as an expression