Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 // Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file | |
| 2 // for details. All rights reserved. Use of this source code is governed by a | |
| 3 // BSD-style license that can be found in the LICENSE file. | |
| 4 | |
| 5 // WARNING: Do not edit - generated code. | |
| 6 | |
| 7 part of $LIBRARYNAME; | |
| 8 | |
| 9 $(ANNOTATIONS)$(NATIVESPEC)$(CLASS_MODIFIERS)class $CLASSNAME$EXTENDS$IMPLEMENTS { | |
| 10 $!MEMBERS | |
| 11 $if DART2JS | |
| 12 @DomName('Selection.toString') | |
| 13 @DocsEditable() | |
| 14 String toString() native; | |
| 15 $endif | |
| 16 } | |
| OLD | NEW |