co19
                                
                                 co19 copied to clipboard
                                
                                    co19 copied to clipboard
                            
                            
                            
                        A Dart language and library conformance test suite
Example of flaky test is https://github.com/dart-lang/sdk/issues/56706 It seems that either the temp name generation method should add some file uniqueness checks before handing out generated result, or https://api.flutter.dev/flutter/package-file_file/Directory/createTempSync.html should be...
On Windows file deletion might fail with `The process cannot access the file because it is being used by another process.` I believe these should be ignored during test cleanup...
Write up co19 tests for the import shorthand feature. Examples pulled from [the spec](https://github.com/dart-lang/language/blob/main/accepted/future-releases/unquoted-imports/feature-specification.md).
Here is the specification: https://github.com/dart-lang/language/blob/main/working/augmentation-libraries/parts_with_imports.md.
In particular, we have no tests for promotion via type casts. Add them and any other missing ones, if applicable.
Check the existing tests and add missing ones. In particular we have no tests for "17.22.3 Instance Method Closurization".
[Errors and Warnings](https://github.com/dart-lang/language/blob/main/accepted/2.12/nnbd/feature-specification.md#errors-and-warnings) section of NNBD specifications has updates that were not reflected in appropriate co19 tests. Check the tests and the spec text and update the tests when needed.