-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
P2A bug or feature request we're likely to work onA bug or feature request we're likely to work ondart-model-analyzer-specIssues with the analyzer's implementation of the language specIssues with the analyzer's implementation of the language specfeature-wildcard-variablesImplementation of the wildcard variables featureImplementation of the wildcard variables featurelegacy-area-analyzerUse area-devexp instead.Use area-devexp instead.type-bugIncorrect behavior (everything from a crash to more subtle misbehavior)Incorrect behavior (everything from a crash to more subtle misbehavior)
Description
--- Command "dart2analyzer" (took 41ms):
DART_CONFIGURATION=ReleaseX64 out/ReleaseX64/dart-sdk/bin/dart out/ReleaseX64/gen/dartanalyzer.dart.snapshot -Dtest_runner.configuration=analyzer-asserts-linux --enable-experiment=wildcard-variables --ignore-unrecognized-flags --packages=/b/s/w/ir/cache/builder/sdk/.dart_tool/package_config.json --format=json /b/s/w/ir/cache/builder/sdk/tests/language/wildcard_variables/declarations/class_generic_type_parameter_test.dart
unexpected analysis errors in class_generic_type_parameter_test.dart:
- Line 23, column 9: COMPILE_TIME_ERROR.CONFLICTING_TYPE_VARIABLE_AND_MEMBER
'_' can't be used to name both a type variable and a member in this class.
- Line 23, column 12: COMPILE_TIME_ERROR.CONFLICTING_TYPE_VARIABLE_AND_MEMBER
'_' can't be used to name both a type variable and a member in this class.
--- Re-run this test:
python3 tools/test.py -n analyzer-asserts-linux language/wildcard_variables/declarations/class_generic_type_parameter_test
Metadata
Metadata
Assignees
Labels
P2A bug or feature request we're likely to work onA bug or feature request we're likely to work ondart-model-analyzer-specIssues with the analyzer's implementation of the language specIssues with the analyzer's implementation of the language specfeature-wildcard-variablesImplementation of the wildcard variables featureImplementation of the wildcard variables featurelegacy-area-analyzerUse area-devexp instead.Use area-devexp instead.type-bugIncorrect behavior (everything from a crash to more subtle misbehavior)Incorrect behavior (everything from a crash to more subtle misbehavior)