define one global static str

This commit is contained in:
Folkert 2021-05-28 23:55:52 +02:00
parent 577d801829
commit 1b3bbaf5de
2 changed files with 30 additions and 63 deletions

View file

@ -904,6 +904,7 @@ define_builtins! {
14 STR_UT8_BYTE_PROBLEM: "Utf8ByteProblem" // the Utf8ByteProblem type alias
15 STR_TO_BYTES: "toBytes"
16 STR_STARTS_WITH_CODE_POINT: "startsWithCodePoint"
17 STR_ALIAS_ANALYSIS_STATIC: "#aliasAnalysisStatic" // string with the static lifetime
}
4 LIST: "List" => {
0 LIST_LIST: "List" imported // the List.List type alias