Closed
Description
See: https://code.google.com/p/dart/issues/detail?id=18481
Options:
(a) give better error messages in cases like _highlightChanged
(b) add support for private methods. This would require:
- switching smoke to use strings instead of symbols (#_foo is not supported)
- switching codegeneration to generate code on each library (requires issue #18489), we then can generate the getters for these private symbols in the context of the same library