Chromium Code Reviews
Descriptionmerge class extensions from patch files.
There are a few examples of classes like this:
```dart
@patch
class StringBuffer {
... various @patch members ...
// no @patch here
void _writeString(str) { ... }
}
```
we need to merge in those members too
R=vsm@google.com
Committed: https://github.com/dart-lang/dev_compiler/commit/168f89313c6a6a4f2d5b111bdafc91cce14fd580
Patch Set 1 #
Messages
Total messages: 4 (1 generated)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||