Chromium Code Reviews
DescriptionAdd AccessSemantics support for calling typenames.
This adds AccessSemantics support for constructions like:
class C {}
main() {
C();
}
Even though this will always lead to a runtime error, it only produces
a warning at compile time. Therefore AccessSemantics needs to
classify it correctly in order to allow the compilation back-end to
produce the correct runtime error.
R=scheglov@google.com
Committed: https://code.google.com/p/dart/source/detail?r=42480
Patch Set 1 #
Total comments: 4
Messages
Total messages: 6 (1 generated)
|
||||||||||||||||||||||||||||