Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(133)

Issue 637303005: Type check constant variable declarations. (Closed)

Created:
6 years, 2 months ago by Paul Berry
Modified:
6 years, 2 months ago
Reviewers:
Brian Wilkerson
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Type check constant variable declarations. BUG=dartbug.com/16391 R=brianwilkerson@google.com Committed: https://code.google.com/p/dart/source/detail?r=41054

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+43 lines, -11 lines) Patch
M pkg/analyzer/lib/src/generated/constant.dart View 1 chunk +8 lines, -1 line 0 comments Download
M pkg/analyzer/lib/src/generated/error.dart View 1 chunk +12 lines, -1 line 2 comments Download
M pkg/analyzer/lib/src/generated/resolver.dart View 2 chunks +3 lines, -5 lines 0 comments Download
M pkg/analyzer/test/generated/resolver_test.dart View 1 chunk +18 lines, -0 lines 0 comments Download
M tests/language/assign_static_type_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/language/language_analyzer2.status View 1 chunk +0 lines, -2 lines 0 comments Download
M tests/language/type_parameter_test.dart View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 5 (1 generated)
Paul Berry
6 years, 2 months ago (2014-10-10 21:00:23 UTC) #2
Brian Wilkerson
LGTM https://codereview.chromium.org/637303005/diff/1/pkg/analyzer/lib/src/generated/error.dart File pkg/analyzer/lib/src/generated/error.dart (right): https://codereview.chromium.org/637303005/diff/1/pkg/analyzer/lib/src/generated/error.dart#newcode467 pkg/analyzer/lib/src/generated/error.dart:467: "The object type '{0}' cannot be assigned to ...
6 years, 2 months ago (2014-10-10 21:23:45 UTC) #3
Paul Berry
https://codereview.chromium.org/637303005/diff/1/pkg/analyzer/lib/src/generated/error.dart File pkg/analyzer/lib/src/generated/error.dart (right): https://codereview.chromium.org/637303005/diff/1/pkg/analyzer/lib/src/generated/error.dart#newcode467 pkg/analyzer/lib/src/generated/error.dart:467: "The object type '{0}' cannot be assigned to a ...
6 years, 2 months ago (2014-10-10 21:56:38 UTC) #4
Paul Berry
6 years, 2 months ago (2014-10-10 21:57:23 UTC) #5
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as 41054 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698