Grammar: Fix "labelDefinition" rule in precedence table (KT-22676)

This commit is contained in:
Alexey Belkov
2018-02-03 22:54:54 +03:00
committed by Sergey Igushkin
parent 2b9f26a0da
commit 4ffd4f8060
+1 -1
View File
@@ -8,7 +8,7 @@
| Precedence | Title | Symbols |
|------------|-------|---------|
| Highest | Postfix | `++`, `--`, `.`, `?.`, `?` |
| | Prefix | `-`, `+`, `++`, `--`, `!`, [`labelDefinition`](#IDENTIFIER)`@` |
| | Prefix | `-`, `+`, `++`, `--`, `!`, [`labelDefinition`](#labelDefinition) |
| | Type RHS | `:`, `as`, `as?` |
| | Multiplicative | `*`, `/`, `%` |
| | Additive | `+`, `-` |