DescriptionAdd support for type references to AccessSemantics.
We now handle references to toplevel classes, e.g.:
class C {}
Type t = C;
And references to type parameters, e.g.:
class C<T> {
f() {
Type t = T;
}
}
R=scheglov@google.com
Committed: https://code.google.com/p/dart/source/detail?r=41643
Patch Set 1 #
Total comments: 2
Messages
Total messages: 7 (2 generated)
|