| Index: tests/language/language_analyzer.status
|
| diff --git a/tests/language/language_analyzer.status b/tests/language/language_analyzer.status
|
| index b7909be17effc6d1273ba4f6130b72e296f66353..5df2fc8297ebf94ef51e5ec88f41f7158c342357 100644
|
| --- a/tests/language/language_analyzer.status
|
| +++ b/tests/language/language_analyzer.status
|
| @@ -473,19 +473,25 @@ unresolved_top_level_method_negative_test: CompileTimeError
|
| vm/type_cast_vm_test: StaticWarning
|
| vm/type_vm_test: StaticWarning
|
| void_type_test: StaticWarning
|
| -deferred_constraints_test/type_annotation1: MissingStaticWarning
|
| -deferred_constraints_test/type_annotation2: MissingStaticWarning
|
| -deferred_constraints_test/type_annotation_generic1: MissingStaticWarning
|
| -deferred_constraints_test/type_annotation_generic2: MissingStaticWarning
|
| -deferred_constraints_test/type_annotation_generic3: MissingStaticWarning
|
| -deferred_constraints_test/type_annotation_generic4: MissingStaticWarning
|
| -deferred_constraints_test/type_annotation_null: MissingStaticWarning
|
| -deferred_constraints_test/type_annotation_top_level: MissingStaticWarning
|
| -deferred_constraints_test/as_operation: MissingStaticWarning
|
| -deferred_constraints_test/is_check: MissingStaticWarning
|
| -deferred_constraints_test/new_generic2: MissingStaticWarning
|
| -deferred_constraints_test/new_generic3: MissingStaticWarning
|
| -deferred_constraints_test/catch_check: MissingStaticWarning
|
| -deferred_constraints_test/const: MissingCompileTimeError
|
| -deferred_constraints_test/const_annotation: MissingCompileTimeError
|
| -deferred_constraints_test/const_default_argument: MissingCompileTimeError
|
| +deferred_constraints_type_annotation_test/new_before_load: MissingStaticWarning
|
| +deferred_constraints_type_annotation_test/type_annotation1: MissingStaticWarning
|
| +deferred_constraints_type_annotation_test/type_annotation_generic1: MissingStaticWarning
|
| +deferred_constraints_type_annotation_test/type_annotation_generic2: MissingStaticWarning
|
| +deferred_constraints_type_annotation_test/type_annotation_generic3: MissingStaticWarning
|
| +deferred_constraints_type_annotation_test/type_annotation_generic4: MissingStaticWarning
|
| +deferred_constraints_type_annotation_test/type_annotation_null: MissingStaticWarning
|
| +deferred_constraints_type_annotation_test/type_annotation_top_level: MissingStaticWarning
|
| +deferred_constraints_type_annotation_test/as_operation: MissingStaticWarning
|
| +deferred_constraints_type_annotation_test/is_check: MissingStaticWarning
|
| +deferred_constraints_type_annotation_test/new_generic2: MissingStaticWarning
|
| +deferred_constraints_type_annotation_test/new_generic3: MissingStaticWarning
|
| +deferred_constraints_type_annotation_test/catch_check: MissingStaticWarning
|
| +deferred_constraints_constants_test/reference1: MissingCompileTimeError
|
| +deferred_constraints_constants_test/reference2: MissingCompileTimeError
|
| +deferred_constraints_constants_test/metadata1: MissingCompileTimeError
|
| +deferred_constraints_constants_test/metadata2: MissingCompileTimeError
|
| +deferred_constraints_constants_test/metadata3: MissingCompileTimeError
|
| +deferred_constraints_constants_test/default_argument1: MissingCompileTimeError
|
| +deferred_constraints_constants_test/default_argument2: MissingCompileTimeError
|
| +deferred_constraints_constants_test/constructor1: MissingCompileTimeError
|
| +deferred_constraints_constants_test/constructor2: MissingCompileTimeError
|
|
|