mirror of
https://github.com/erg-lang/erg.git
synced 2025-09-30 21:01:10 +00:00
5 lines
267 B
Markdown
5 lines
267 B
Markdown
# warnings (not implemented yet)
|
|
|
|
* `t = {(record type)}` => `T = {(record type)}`? (only types defined as constants can be used for type specification)
|
|
* `{I: Int | ...}!` => `{I: Int! | ...}`
|
|
* `return x`(`x != ()`) in for/while block => `f::return` (outer block)?
|