dart-sdk/tests
Johnni Winther 70d3adade2 [cfe] Move hoisted variables after variable caches
This moves the hoisted declaration of pattern variables till after the
variable cache declarations, such that any use of variables in the
matched expression, shadowed by the pattern variables, occurs before the
declaration of the shadowing variables.

Closes #54559

Change-Id: Id8ca8e7a499b9d71a50cd9987808d159f26bbd24
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/345942
Reviewed-by: Erik Ernst <eernst@google.com>
Reviewed-by: Chloe Stefantsova <cstefantsova@google.com>
Commit-Queue: Johnni Winther <johnniwinther@google.com>
2024-01-16 09:09:29 +00:00
..
co19 [co19] Roll co19 to b5126f0bd51ea0819df8d5c362574f951a564940 2024-01-12 11:23:39 +00:00
corelib Update tests to pass in web/production mode. 2024-01-08 17:21:29 +00:00
dartdevc [ddc] Delete typeRep() and legacyTypeRep() 2024-01-12 00:45:47 +00:00
ffi [vm/ffi] Introduce SizedNativeType 2024-01-12 10:13:39 +00:00
language [cfe] Move hoisted variables after variable caches 2024-01-16 09:09:29 +00:00
lib Use asyncTest instead of main async in JS interop tests 2024-01-05 00:21:29 +00:00
modular [tests] Add repro for cross module constant 2023-11-13 22:21:40 +00:00
standalone [VM/Runtime] - Do not try to resolve exec path for default namespace 2024-01-11 19:12:52 +00:00
web [dart2js] Fix as-check type registration. 2024-01-09 00:04:50 +00:00
legacy_status_dart2js.csv
OWNERS
README.md

This directory contains tests of the language and core library implementations. For more information, see https://github.com/dart-lang/sdk/wiki/Testing.