-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
- Loading branch information
Showing
4 changed files
with
10 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,6 +19,7 @@ | |
/// superq(a1, ... , ak, ak+1, ..., ap);. Test that it is a compile-time | ||
/// error if required named parameter is not specified | ||
/// @author [email protected] | ||
/// @issue 52872 | ||
class A { | ||
bool v1; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,12 +2,8 @@ | |
// for details. All rights reserved. Use of this source code is governed by a | ||
// BSD-style license that can be found in the LICENSE file. | ||
|
||
/// @assertionconst JsonEncoder.withIndent( | ||
/// String indent, [ | ||
/// dynamic toEncodable( | ||
/// nonSerializable | ||
/// ) | ||
/// ]) | ||
/// @assertion const JsonEncoder.withIndent( | ||
/// String indent, [dynamic toEncodable(nonSerializable)]) | ||
/// Creates a JSON encoder that creates multi-line JSON. | ||
/// The encoding of elements of lists and maps are indented and put on separate | ||
/// lines. The indent string is prepended to these elements, once for each level | ||
|
@@ -22,6 +18,7 @@ | |
/// of one of the convertible types. | ||
/// | ||
/// If toEncodable is omitted, it defaults to calling .toJson() on the object. | ||
/// | ||
/// @description Checks that this constructor, called with null indent parameter, | ||
/// and no toEncodable creates object with default toEncodable | ||
/// @author [email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters