|
Check that interface constructors and default class constructors are compatible.
1. Number of required parameters.
2. Names and order of named parameters.
3. [disabled] type warning for non-identical types.
4. [wait for Eric, not implemented] type parameters check.
R=zundel@google.com
BUG=
TEST=
Committed: https://code.google.com/p/dart/source/detail?r=2124
Total comments: 11
Total comments: 9
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+571 lines, -167 lines) |
Patch |
 |
M |
client/html/src/MessageEvent.dart
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
client/html/src/TouchEventWrappingImplementation.dart
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
client/samples/total/src/DateTimeUtils.dart
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
client/touch/Momentum.dart
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
compiler/java/com/google/dart/compiler/SystemLibraryManager.java
|
View
|
1
|
1 chunk |
+7 lines, -7 lines |
2 comments
|
Download
|
 |
M |
compiler/java/com/google/dart/compiler/backend/js/Normalizer.java
|
View
|
1
|
1 chunk |
+10 lines, -0 lines |
0 comments
|
Download
|
 |
M |
compiler/java/com/google/dart/compiler/resolver/ConstructorElement.java
|
View
|
1
|
1 chunk |
+12 lines, -4 lines |
0 comments
|
Download
|
 |
M |
compiler/java/com/google/dart/compiler/resolver/ConstructorElementImplementation.java
|
View
|
1
|
2 chunks |
+11 lines, -0 lines |
0 comments
|
Download
|
 |
M |
compiler/java/com/google/dart/compiler/resolver/DynamicElementImplementation.java
|
View
|
1
|
1 chunk |
+10 lines, -0 lines |
0 comments
|
Download
|
 |
M |
compiler/java/com/google/dart/compiler/resolver/Elements.java
|
View
|
1
|
2 chunks |
+42 lines, -0 lines |
0 comments
|
Download
|
 |
M |
compiler/java/com/google/dart/compiler/resolver/Resolver.java
|
View
|
1
|
3 chunks |
+143 lines, -76 lines |
0 comments
|
Download
|
 |
M |
compiler/java/com/google/dart/compiler/resolver/ResolverErrorCode.java
|
View
|
1
|
2 chunks |
+5 lines, -2 lines |
0 comments
|
Download
|
 |
M |
compiler/java/com/google/dart/compiler/resolver/SyntheticDefaultConstructorElement.java
|
View
|
1
|
3 chunks |
+11 lines, -1 line |
0 comments
|
Download
|
 |
M |
compiler/java/com/google/dart/compiler/resolver/TypeErrorCode.java
|
View
|
1
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
compiler/java/com/google/dart/compiler/type/TypeAnalyzer.java
|
View
|
1
|
2 chunks |
+40 lines, -0 lines |
0 comments
|
Download
|
 |
M |
compiler/javatests/com/google/dart/compiler/CompilerTestCase.java
|
View
|
1
|
3 chunks |
+26 lines, -0 lines |
2 comments
|
Download
|
 |
M |
compiler/javatests/com/google/dart/compiler/SystemLibraryManagerTest.java
|
View
|
1
|
2 chunks |
+13 lines, -20 lines |
2 comments
|
Download
|
 |
M |
compiler/javatests/com/google/dart/compiler/resolver/ResolverCompilerTest.java
|
View
|
1
|
5 chunks |
+143 lines, -23 lines |
0 comments
|
Download
|
 |
M |
compiler/javatests/com/google/dart/compiler/resolver/ResolverTest.java
|
View
|
|
1 chunk |
+0 lines, -13 lines |
0 comments
|
Download
|
 |
M |
compiler/javatests/com/google/dart/compiler/type/TypeAnalyzerCompilerTest.java
|
View
|
1
|
3 chunks |
+81 lines, -0 lines |
0 comments
|
Download
|
 |
M |
compiler/javatests/com/google/dart/compiler/type/TypeAnalyzerTest.java
|
View
|
1
|
1 chunk |
+0 lines, -13 lines |
3 comments
|
Download
|
 |
M |
compiler/javatests/com/google/dart/compiler/type/TypeAnalyzerTestCase.java
|
View
|
1
|
1 chunk |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
M |
compiler/lib/implementation/date_implementation.dart
|
View
|
1
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
corelib/src/implementation/promise_implementation.dart
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
corelib/src/time_zone.dart
|
View
|
1
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
tests/language/language.status
|
View
|
1
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
Total messages: 6 (0 generated)
|