# E3007

Wrong location of `..` in pattern match. Put `..` at the end of the pattern.

## Erroneous example

```{literalinclude} /sources/error_codes/E3007_error/top.mbt
:language: moonbit
```

## Suggestion

```{literalinclude} /sources/error_codes/E3007_fixed/top.mbt
:language: moonbit
```
