mirror of
https://github.com/erg-lang/erg.git
synced 2025-09-30 12:51:10 +00:00
7 lines
755 B
Markdown
7 lines
755 B
Markdown
# warnings (未実装)
|
|
|
|
[](https://gezf7g7pd5.execute-api.ap-northeast-1.amazonaws.com/default/source_up_to_date?owner=erg-lang&repos=erg&ref=main&path=doc/EN/compiler/TODO_warn.md&commit_hash=d15cbbf7b33df0f78a575cff9679d84c36ea3ab1)
|
|
|
|
* `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)?
|