Grammar: Fix "labelDefinition" rule in precedence table (KT-22676)
This commit is contained in:
committed by
Sergey Igushkin
parent
2b9f26a0da
commit
4ffd4f8060
@@ -8,7 +8,7 @@
|
||||
| Precedence | Title | Symbols |
|
||||
|------------|-------|---------|
|
||||
| Highest | Postfix | `++`, `--`, `.`, `?.`, `?` |
|
||||
| | Prefix | `-`, `+`, `++`, `--`, `!`, [`labelDefinition`](#IDENTIFIER)`@` |
|
||||
| | Prefix | `-`, `+`, `++`, `--`, `!`, [`labelDefinition`](#labelDefinition) |
|
||||
| | Type RHS | `:`, `as`, `as?` |
|
||||
| | Multiplicative | `*`, `/`, `%` |
|
||||
| | Additive | `+`, `-` |
|
||||
|
||||
Reference in New Issue
Block a user