diff --git a/LanguageFeatures/Augmentation-libraries/augmenting_constructors_A16_t01.dart b/LanguageFeatures/Augmentation-libraries/augmenting_constructors_A16_t01.dart index ee541fbc3e..e9b9f87e62 100644 --- a/LanguageFeatures/Augmentation-libraries/augmenting_constructors_A16_t01.dart +++ b/LanguageFeatures/Augmentation-libraries/augmenting_constructors_A16_t01.dart @@ -4,6 +4,7 @@ /// @assertion A non-redirecting factory constructor marked `augment` works in /// the same way as a normal function augmentation. +/// /// If it has a body, it replaces the body of the augmented constructor /// (if present), and it may invoke the augmented body by calling /// `augmented(arguments)`. diff --git a/LanguageFeatures/Augmentation-libraries/augmenting_constructors_A16_t01_lib.dart b/LanguageFeatures/Augmentation-libraries/augmenting_constructors_A16_t01_lib.dart index 16970539df..888477fe91 100644 --- a/LanguageFeatures/Augmentation-libraries/augmenting_constructors_A16_t01_lib.dart +++ b/LanguageFeatures/Augmentation-libraries/augmenting_constructors_A16_t01_lib.dart @@ -4,6 +4,7 @@ /// @assertion A non-redirecting factory constructor marked `augment` works in /// the same way as a normal function augmentation. +/// /// If it has a body, it replaces the body of the augmented constructor /// (if present), and it may invoke the augmented body by calling /// `augmented(arguments)`. diff --git a/LanguageFeatures/Augmentation-libraries/augmenting_constructors_A16_t02.dart b/LanguageFeatures/Augmentation-libraries/augmenting_constructors_A16_t02.dart index 9ea4d30dd4..1cade00b99 100644 --- a/LanguageFeatures/Augmentation-libraries/augmenting_constructors_A16_t02.dart +++ b/LanguageFeatures/Augmentation-libraries/augmenting_constructors_A16_t02.dart @@ -4,6 +4,7 @@ /// @assertion A non-redirecting factory constructor marked `augment` works in /// the same way as a normal function augmentation. +/// /// If it has a body, it replaces the body of the augmented constructor /// (if present), and it may invoke the augmented body by calling /// `augmented(arguments)`. diff --git a/LanguageFeatures/Augmentation-libraries/augmenting_constructors_A16_t02_lib.dart b/LanguageFeatures/Augmentation-libraries/augmenting_constructors_A16_t02_lib.dart index 9bc484d970..d47314d47a 100644 --- a/LanguageFeatures/Augmentation-libraries/augmenting_constructors_A16_t02_lib.dart +++ b/LanguageFeatures/Augmentation-libraries/augmenting_constructors_A16_t02_lib.dart @@ -4,6 +4,7 @@ /// @assertion A non-redirecting factory constructor marked `augment` works in /// the same way as a normal function augmentation. +/// /// If it has a body, it replaces the body of the augmented constructor /// (if present), and it may invoke the augmented body by calling /// `augmented(arguments)`. diff --git a/LanguageFeatures/Augmentation-libraries/augmenting_constructors_A16_t03.dart b/LanguageFeatures/Augmentation-libraries/augmenting_constructors_A16_t03.dart index 09a7d42da8..c0ea8dc60a 100644 --- a/LanguageFeatures/Augmentation-libraries/augmenting_constructors_A16_t03.dart +++ b/LanguageFeatures/Augmentation-libraries/augmenting_constructors_A16_t03.dart @@ -4,6 +4,7 @@ /// @assertion A non-redirecting factory constructor marked `augment` works in /// the same way as a normal function augmentation. +/// /// If it has a body, it replaces the body of the augmented constructor /// (if present), and it may invoke the augmented body by calling /// `augmented(arguments)`. diff --git a/LanguageFeatures/Augmentation-libraries/augmenting_constructors_A16_t03_lib.dart b/LanguageFeatures/Augmentation-libraries/augmenting_constructors_A16_t03_lib.dart index 8322a9ff20..484026e854 100644 --- a/LanguageFeatures/Augmentation-libraries/augmenting_constructors_A16_t03_lib.dart +++ b/LanguageFeatures/Augmentation-libraries/augmenting_constructors_A16_t03_lib.dart @@ -4,6 +4,7 @@ /// @assertion A non-redirecting factory constructor marked `augment` works in /// the same way as a normal function augmentation. +/// /// If it has a body, it replaces the body of the augmented constructor /// (if present), and it may invoke the augmented body by calling /// `augmented(arguments)`. diff --git a/LanguageFeatures/Augmentation-libraries/augmenting_constructors_A16_t04.dart b/LanguageFeatures/Augmentation-libraries/augmenting_constructors_A16_t04.dart index 3a564a4df1..50df759f6c 100644 --- a/LanguageFeatures/Augmentation-libraries/augmenting_constructors_A16_t04.dart +++ b/LanguageFeatures/Augmentation-libraries/augmenting_constructors_A16_t04.dart @@ -4,6 +4,7 @@ /// @assertion A non-redirecting factory constructor marked `augment` works in /// the same way as a normal function augmentation. +/// /// If it has a body, it replaces the body of the augmented constructor /// (if present), and it may invoke the augmented body by calling /// `augmented(arguments)`. diff --git a/LanguageFeatures/Augmentation-libraries/augmenting_constructors_A16_t04_lib.dart b/LanguageFeatures/Augmentation-libraries/augmenting_constructors_A16_t04_lib.dart index aaf9db9ef7..26d975b332 100644 --- a/LanguageFeatures/Augmentation-libraries/augmenting_constructors_A16_t04_lib.dart +++ b/LanguageFeatures/Augmentation-libraries/augmenting_constructors_A16_t04_lib.dart @@ -4,6 +4,7 @@ /// @assertion A non-redirecting factory constructor marked `augment` works in /// the same way as a normal function augmentation. +/// /// If it has a body, it replaces the body of the augmented constructor /// (if present), and it may invoke the augmented body by calling /// `augmented(arguments)`. diff --git a/LanguageFeatures/Augmentation-libraries/augmenting_constructors_A16_t05.dart b/LanguageFeatures/Augmentation-libraries/augmenting_constructors_A16_t05.dart index 415168195a..5a3c7afc31 100644 --- a/LanguageFeatures/Augmentation-libraries/augmenting_constructors_A16_t05.dart +++ b/LanguageFeatures/Augmentation-libraries/augmenting_constructors_A16_t05.dart @@ -4,6 +4,7 @@ /// @assertion A non-redirecting factory constructor marked `augment` works in /// the same way as a normal function augmentation. +/// /// If it has a body, it replaces the body of the augmented constructor /// (if present), and it may invoke the augmented body by calling /// `augmented(arguments)`. diff --git a/LanguageFeatures/Augmentation-libraries/augmenting_constructors_A16_t05_lib.dart b/LanguageFeatures/Augmentation-libraries/augmenting_constructors_A16_t05_lib.dart index 2319a0a66c..c661fba16a 100644 --- a/LanguageFeatures/Augmentation-libraries/augmenting_constructors_A16_t05_lib.dart +++ b/LanguageFeatures/Augmentation-libraries/augmenting_constructors_A16_t05_lib.dart @@ -4,6 +4,7 @@ /// @assertion A non-redirecting factory constructor marked `augment` works in /// the same way as a normal function augmentation. +/// /// If it has a body, it replaces the body of the augmented constructor /// (if present), and it may invoke the augmented body by calling /// `augmented(arguments)`. diff --git a/LanguageFeatures/Augmentation-libraries/augmenting_constructors_A18_t01.dart b/LanguageFeatures/Augmentation-libraries/augmenting_constructors_A18_t01.dart index 398d4c3ac8..0fe584cd57 100644 --- a/LanguageFeatures/Augmentation-libraries/augmenting_constructors_A18_t01.dart +++ b/LanguageFeatures/Augmentation-libraries/augmenting_constructors_A18_t01.dart @@ -5,7 +5,7 @@ /// @assertion Redirecting generative constructors /// ... /// It is a compile-time error if: -/// - The augmented constructor has any initializers or a body. +/// - The augmented factory constructor has a body, or it is redirecting. /// /// @description Checks that it is a compile-time error to declare an augmenting /// redirecting generative constructor if the augmented constructor has diff --git a/LanguageFeatures/Augmentation-libraries/augmenting_constructors_A18_t01_lib.dart b/LanguageFeatures/Augmentation-libraries/augmenting_constructors_A18_t01_lib.dart index df2db60639..c750081639 100644 --- a/LanguageFeatures/Augmentation-libraries/augmenting_constructors_A18_t01_lib.dart +++ b/LanguageFeatures/Augmentation-libraries/augmenting_constructors_A18_t01_lib.dart @@ -5,7 +5,7 @@ /// @assertion Redirecting generative constructors /// ... /// It is a compile-time error if: -/// - The augmented constructor has any initializers or a body. +/// - The augmented factory constructor has a body, or it is redirecting. /// /// @description Checks that it is a compile-time error to declare an augmenting /// redirecting generative constructor if the augmented constructor has diff --git a/LanguageFeatures/Augmentation-libraries/augmenting_constructors_A18_t02.dart b/LanguageFeatures/Augmentation-libraries/augmenting_constructors_A18_t02.dart index 8f78db3cfd..d67fe248da 100644 --- a/LanguageFeatures/Augmentation-libraries/augmenting_constructors_A18_t02.dart +++ b/LanguageFeatures/Augmentation-libraries/augmenting_constructors_A18_t02.dart @@ -5,7 +5,7 @@ /// @assertion Redirecting generative constructors /// ... /// It is a compile-time error if: -/// - The augmented constructor has any initializers or a body. +/// - The augmented factory constructor has a body, or it is redirecting. /// /// @description Checks that it is a compile-time error to declare an augmenting /// redirecting generative constructor if the augmented constructor has a diff --git a/LanguageFeatures/Augmentation-libraries/augmenting_constructors_A18_t02_lib.dart b/LanguageFeatures/Augmentation-libraries/augmenting_constructors_A18_t02_lib.dart index 584d4ba8aa..9703ab7a24 100644 --- a/LanguageFeatures/Augmentation-libraries/augmenting_constructors_A18_t02_lib.dart +++ b/LanguageFeatures/Augmentation-libraries/augmenting_constructors_A18_t02_lib.dart @@ -5,7 +5,7 @@ /// @assertion Redirecting generative constructors /// ... /// It is a compile-time error if: -/// - The augmented constructor has any initializers or a body. +/// - The augmented factory constructor has a body, or it is redirecting. /// /// @description Checks that it is a compile-time error to declare an augmenting /// redirecting generative constructor if the augmented constructor has a diff --git a/LanguageFeatures/Augmentation-libraries/augmenting_constructors_A18_t03.dart b/LanguageFeatures/Augmentation-libraries/augmenting_constructors_A18_t03.dart index f7298c6cc9..dc18b2e656 100644 --- a/LanguageFeatures/Augmentation-libraries/augmenting_constructors_A18_t03.dart +++ b/LanguageFeatures/Augmentation-libraries/augmenting_constructors_A18_t03.dart @@ -5,7 +5,7 @@ /// @assertion Redirecting generative constructors /// ... /// It is a compile-time error if: -/// - The augmented constructor has any initializers or a body. +/// - The augmented factory constructor has a body, or it is redirecting. /// /// @description Checks that it is a compile-time error to declare an augmenting /// redirecting generative constructor if the augmented constructor has a super diff --git a/LanguageFeatures/Augmentation-libraries/augmenting_constructors_A18_t03_lib.dart b/LanguageFeatures/Augmentation-libraries/augmenting_constructors_A18_t03_lib.dart index 8022b47aa5..68ef5ee12e 100644 --- a/LanguageFeatures/Augmentation-libraries/augmenting_constructors_A18_t03_lib.dart +++ b/LanguageFeatures/Augmentation-libraries/augmenting_constructors_A18_t03_lib.dart @@ -5,7 +5,7 @@ /// @assertion Redirecting generative constructors /// ... /// It is a compile-time error if: -/// - The augmented constructor has any initializers or a body. +/// - The augmented factory constructor has a body, or it is redirecting. /// /// @description Checks that it is a compile-time error to declare an augmenting /// redirecting generative constructor if the augmented constructor has a super diff --git a/LanguageFeatures/Augmentation-libraries/augmenting_constructors_A18_t04.dart b/LanguageFeatures/Augmentation-libraries/augmenting_constructors_A18_t04.dart index 22ee766cb3..9d68857f9f 100644 --- a/LanguageFeatures/Augmentation-libraries/augmenting_constructors_A18_t04.dart +++ b/LanguageFeatures/Augmentation-libraries/augmenting_constructors_A18_t04.dart @@ -5,7 +5,7 @@ /// @assertion Redirecting generative constructors /// ... /// It is a compile-time error if: -/// - The augmented constructor has any initializers or a body. +/// - The augmented factory constructor has a body, or it is redirecting. /// /// @description Checks that it is not an error to declare an augmenting /// redirecting generative constructor more than once and the fully merged diff --git a/LanguageFeatures/Augmentation-libraries/augmenting_constructors_A18_t04_lib.dart b/LanguageFeatures/Augmentation-libraries/augmenting_constructors_A18_t04_lib.dart index f89cc1c50d..d97801532c 100644 --- a/LanguageFeatures/Augmentation-libraries/augmenting_constructors_A18_t04_lib.dart +++ b/LanguageFeatures/Augmentation-libraries/augmenting_constructors_A18_t04_lib.dart @@ -5,7 +5,7 @@ /// @assertion Redirecting generative constructors /// ... /// It is a compile-time error if: -/// - The augmented constructor has any initializers or a body. +/// - The augmented factory constructor has a body, or it is redirecting. /// /// @description Checks that it is a compile-time error to declare an augmenting /// redirecting generative constructor if the augmented constructor has a diff --git a/LanguageFeatures/Augmentation-libraries/augmenting_constructors_A18_t05.dart b/LanguageFeatures/Augmentation-libraries/augmenting_constructors_A18_t05.dart index b77beffc20..3a6ceddc5f 100644 --- a/LanguageFeatures/Augmentation-libraries/augmenting_constructors_A18_t05.dart +++ b/LanguageFeatures/Augmentation-libraries/augmenting_constructors_A18_t05.dart @@ -5,7 +5,7 @@ /// @assertion Redirecting generative constructors /// ... /// It is a compile-time error if: -/// - The augmented constructor has any initializers or a body. +/// - The augmented factory constructor has a body, or it is redirecting. /// /// @description Checks that it is a compile-time error if a merged constructor /// is cyclic. diff --git a/LanguageFeatures/Augmentation-libraries/augmenting_constructors_A18_t05_lib.dart b/LanguageFeatures/Augmentation-libraries/augmenting_constructors_A18_t05_lib.dart index 0ceeec7e37..f3faaf6720 100644 --- a/LanguageFeatures/Augmentation-libraries/augmenting_constructors_A18_t05_lib.dart +++ b/LanguageFeatures/Augmentation-libraries/augmenting_constructors_A18_t05_lib.dart @@ -5,7 +5,7 @@ /// @assertion Redirecting generative constructors /// ... /// It is a compile-time error if: -/// - The augmented constructor has any initializers or a body. +/// - The augmented factory constructor has a body, or it is redirecting. /// /// @description Checks that it is a compile-time error if a merged constructor /// is cyclic. diff --git a/LanguageFeatures/Augmentation-libraries/augmenting_constructors_A18_t06.dart b/LanguageFeatures/Augmentation-libraries/augmenting_constructors_A18_t06.dart index ade53e8a0a..54cbff3eef 100644 --- a/LanguageFeatures/Augmentation-libraries/augmenting_constructors_A18_t06.dart +++ b/LanguageFeatures/Augmentation-libraries/augmenting_constructors_A18_t06.dart @@ -5,7 +5,7 @@ /// @assertion Redirecting generative constructors /// ... /// It is a compile-time error if: -/// - The augmented constructor has any initializers or a body. +/// - The augmented factory constructor has a body, or it is redirecting. /// /// @description Checks that it is a compile-time error to declare an augmenting /// redirecting generative constructor if an introductory constructor has a body diff --git a/LanguageFeatures/Augmentation-libraries/augmenting_constructors_A18_t06_lib.dart b/LanguageFeatures/Augmentation-libraries/augmenting_constructors_A18_t06_lib.dart index 36c30ebc20..61c176df21 100644 --- a/LanguageFeatures/Augmentation-libraries/augmenting_constructors_A18_t06_lib.dart +++ b/LanguageFeatures/Augmentation-libraries/augmenting_constructors_A18_t06_lib.dart @@ -5,7 +5,7 @@ /// @assertion Redirecting generative constructors /// ... /// It is a compile-time error if: -/// - The augmented constructor has any initializers or a body. +/// - The augmented factory constructor has a body, or it is redirecting. /// /// @description Checks that it is a compile-time error to declare an augmenting /// redirecting generative constructor if an introductory constructor has a body diff --git a/LanguageFeatures/Augmentation-libraries/augmenting_constructors_A18_t07.dart b/LanguageFeatures/Augmentation-libraries/augmenting_constructors_A18_t07.dart index f0f7e37c7a..29af333351 100644 --- a/LanguageFeatures/Augmentation-libraries/augmenting_constructors_A18_t07.dart +++ b/LanguageFeatures/Augmentation-libraries/augmenting_constructors_A18_t07.dart @@ -5,7 +5,7 @@ /// @assertion Redirecting generative constructors /// ... /// It is a compile-time error if: -/// - The augmented constructor has any initializers or a body. +/// - The augmented factory constructor has a body, or it is redirecting. /// /// @description Checks that it is a compile-time error if a merged constructor /// is cyclic. diff --git a/LanguageFeatures/Augmentation-libraries/augmenting_constructors_A18_t07_lib.dart b/LanguageFeatures/Augmentation-libraries/augmenting_constructors_A18_t07_lib.dart index acbd442083..4255a967bd 100644 --- a/LanguageFeatures/Augmentation-libraries/augmenting_constructors_A18_t07_lib.dart +++ b/LanguageFeatures/Augmentation-libraries/augmenting_constructors_A18_t07_lib.dart @@ -5,7 +5,7 @@ /// @assertion Redirecting generative constructors /// ... /// It is a compile-time error if: -/// - The augmented constructor has any initializers or a body. +/// - The augmented factory constructor has a body, or it is redirecting. /// /// @description Checks that it is a compile-time error if a merged constructor /// is cyclic. diff --git a/LanguageFeatures/Augmentation-libraries/augmenting_functions_A01_t01.dart b/LanguageFeatures/Augmentation-libraries/augmenting_functions_A01_t01.dart index 31bd3d1425..c0183e93ff 100644 --- a/LanguageFeatures/Augmentation-libraries/augmenting_functions_A01_t01.dart +++ b/LanguageFeatures/Augmentation-libraries/augmenting_functions_A01_t01.dart @@ -3,8 +3,10 @@ // BSD-style license that can be found in the LICENSE file. /// @assertion A top-level function, static method, instance method, or operator -/// may be augmented to wrap the original code in additional code. The -/// augmentation replaces the original function body with the augmenting code. +/// may be augmented to wrap the original code in additional code. +/// ... +/// The augmentation replaces the augmented function’s body with the augmenting +/// function’s body. /// /// @description Checks that a top-level function may be augmented and the /// original code is replaced by the augmentation diff --git a/LanguageFeatures/Augmentation-libraries/augmenting_functions_A01_t01_lib.dart b/LanguageFeatures/Augmentation-libraries/augmenting_functions_A01_t01_lib.dart index 56770c7bbd..13508f26bc 100644 --- a/LanguageFeatures/Augmentation-libraries/augmenting_functions_A01_t01_lib.dart +++ b/LanguageFeatures/Augmentation-libraries/augmenting_functions_A01_t01_lib.dart @@ -3,8 +3,10 @@ // BSD-style license that can be found in the LICENSE file. /// @assertion A top-level function, static method, instance method, or operator -/// may be augmented to wrap the original code in additional code. The -/// augmentation replaces the original function body with the augmenting code. +/// may be augmented to wrap the original code in additional code. +/// ... +/// The augmentation replaces the augmented function’s body with the augmenting +/// function’s body. /// /// @description Checks that a top-level function may be augmented and the /// original code is replaced by the augmentation diff --git a/LanguageFeatures/Augmentation-libraries/augmenting_functions_A01_t02.dart b/LanguageFeatures/Augmentation-libraries/augmenting_functions_A01_t02.dart index ff68daff76..59220c77b2 100644 --- a/LanguageFeatures/Augmentation-libraries/augmenting_functions_A01_t02.dart +++ b/LanguageFeatures/Augmentation-libraries/augmenting_functions_A01_t02.dart @@ -3,8 +3,10 @@ // BSD-style license that can be found in the LICENSE file. /// @assertion A top-level function, static method, instance method, or operator -/// may be augmented to wrap the original code in additional code. The -/// augmentation replaces the original function body with the augmenting code. +/// may be augmented to wrap the original code in additional code. +/// ... +/// The augmentation replaces the augmented function’s body with the augmenting +/// function’s body. /// /// @description Checks that a static method may be augmented and the original /// code is replaced by the augmentation. Test a class. diff --git a/LanguageFeatures/Augmentation-libraries/augmenting_functions_A01_t02_lib.dart b/LanguageFeatures/Augmentation-libraries/augmenting_functions_A01_t02_lib.dart index 5c98c15531..aa3e7ba90c 100644 --- a/LanguageFeatures/Augmentation-libraries/augmenting_functions_A01_t02_lib.dart +++ b/LanguageFeatures/Augmentation-libraries/augmenting_functions_A01_t02_lib.dart @@ -3,8 +3,10 @@ // BSD-style license that can be found in the LICENSE file. /// @assertion A top-level function, static method, instance method, or operator -/// may be augmented to wrap the original code in additional code. The -/// augmentation replaces the original function body with the augmenting code. +/// may be augmented to wrap the original code in additional code. +/// ... +/// The augmentation replaces the augmented function’s body with the augmenting +/// function’s body. /// /// @description Checks that a static method may be augmented and the original /// code is replaced by the augmentation. Test a class. diff --git a/LanguageFeatures/Augmentation-libraries/augmenting_functions_A01_t03.dart b/LanguageFeatures/Augmentation-libraries/augmenting_functions_A01_t03.dart index 87d00ab1e9..372c6bdd29 100644 --- a/LanguageFeatures/Augmentation-libraries/augmenting_functions_A01_t03.dart +++ b/LanguageFeatures/Augmentation-libraries/augmenting_functions_A01_t03.dart @@ -3,8 +3,10 @@ // BSD-style license that can be found in the LICENSE file. /// @assertion A top-level function, static method, instance method, or operator -/// may be augmented to wrap the original code in additional code. The -/// augmentation replaces the original function body with the augmenting code. +/// may be augmented to wrap the original code in additional code. +/// ... +/// The augmentation replaces the augmented function’s body with the augmenting +/// function’s body. /// /// @description Checks that a static method may be augmented and the original /// code is replaced by the augmentation. Test a mixin. diff --git a/LanguageFeatures/Augmentation-libraries/augmenting_functions_A01_t03_lib.dart b/LanguageFeatures/Augmentation-libraries/augmenting_functions_A01_t03_lib.dart index bc4d6dd693..8a395e7a56 100644 --- a/LanguageFeatures/Augmentation-libraries/augmenting_functions_A01_t03_lib.dart +++ b/LanguageFeatures/Augmentation-libraries/augmenting_functions_A01_t03_lib.dart @@ -3,8 +3,10 @@ // BSD-style license that can be found in the LICENSE file. /// @assertion A top-level function, static method, instance method, or operator -/// may be augmented to wrap the original code in additional code. The -/// augmentation replaces the original function body with the augmenting code. +/// may be augmented to wrap the original code in additional code. +/// ... +/// The augmentation replaces the augmented function’s body with the augmenting +/// function’s body. /// /// @description Checks that a static method may be augmented and the original /// code is replaced by the augmentation. Test a mixin. diff --git a/LanguageFeatures/Augmentation-libraries/augmenting_functions_A01_t04.dart b/LanguageFeatures/Augmentation-libraries/augmenting_functions_A01_t04.dart index fa5beb4d60..204ced921e 100644 --- a/LanguageFeatures/Augmentation-libraries/augmenting_functions_A01_t04.dart +++ b/LanguageFeatures/Augmentation-libraries/augmenting_functions_A01_t04.dart @@ -3,8 +3,10 @@ // BSD-style license that can be found in the LICENSE file. /// @assertion A top-level function, static method, instance method, or operator -/// may be augmented to wrap the original code in additional code. The -/// augmentation replaces the original function body with the augmenting code. +/// may be augmented to wrap the original code in additional code. +/// ... +/// The augmentation replaces the augmented function’s body with the augmenting +/// function’s body. /// /// @description Checks that a static method may be augmented and the original /// code is replaced by the augmentation. Test an enum. diff --git a/LanguageFeatures/Augmentation-libraries/augmenting_functions_A01_t04_lib.dart b/LanguageFeatures/Augmentation-libraries/augmenting_functions_A01_t04_lib.dart index fdc14a0664..55cfd1feba 100644 --- a/LanguageFeatures/Augmentation-libraries/augmenting_functions_A01_t04_lib.dart +++ b/LanguageFeatures/Augmentation-libraries/augmenting_functions_A01_t04_lib.dart @@ -3,8 +3,10 @@ // BSD-style license that can be found in the LICENSE file. /// @assertion A top-level function, static method, instance method, or operator -/// may be augmented to wrap the original code in additional code. The -/// augmentation replaces the original function body with the augmenting code. +/// may be augmented to wrap the original code in additional code. +/// ... +/// The augmentation replaces the augmented function’s body with the augmenting +/// function’s body. /// /// @description Checks that a static method may be augmented and the original /// code is replaced by the augmentation. Test an enum. diff --git a/LanguageFeatures/Augmentation-libraries/augmenting_functions_A01_t05.dart b/LanguageFeatures/Augmentation-libraries/augmenting_functions_A01_t05.dart index 0f0d1c578e..871ac67199 100644 --- a/LanguageFeatures/Augmentation-libraries/augmenting_functions_A01_t05.dart +++ b/LanguageFeatures/Augmentation-libraries/augmenting_functions_A01_t05.dart @@ -3,8 +3,10 @@ // BSD-style license that can be found in the LICENSE file. /// @assertion A top-level function, static method, instance method, or operator -/// may be augmented to wrap the original code in additional code. The -/// augmentation replaces the original function body with the augmenting code. +/// may be augmented to wrap the original code in additional code. +/// ... +/// The augmentation replaces the augmented function’s body with the augmenting +/// function’s body. /// /// @description Checks that a static method may be augmented and the original /// code is replaced by the augmentation. Test an extension. diff --git a/LanguageFeatures/Augmentation-libraries/augmenting_functions_A01_t05_lib.dart b/LanguageFeatures/Augmentation-libraries/augmenting_functions_A01_t05_lib.dart index bb42f486d1..6e32d7543d 100644 --- a/LanguageFeatures/Augmentation-libraries/augmenting_functions_A01_t05_lib.dart +++ b/LanguageFeatures/Augmentation-libraries/augmenting_functions_A01_t05_lib.dart @@ -3,8 +3,10 @@ // BSD-style license that can be found in the LICENSE file. /// @assertion A top-level function, static method, instance method, or operator -/// may be augmented to wrap the original code in additional code. The -/// augmentation replaces the original function body with the augmenting code. +/// may be augmented to wrap the original code in additional code. +/// ... +/// The augmentation replaces the augmented function’s body with the augmenting +/// function’s body. /// /// @description Checks that a static method may be augmented and the original /// code is replaced by the augmentation. Test an extension. diff --git a/LanguageFeatures/Augmentation-libraries/augmenting_functions_A01_t06.dart b/LanguageFeatures/Augmentation-libraries/augmenting_functions_A01_t06.dart index 6b62afb6db..bf952c56dd 100644 --- a/LanguageFeatures/Augmentation-libraries/augmenting_functions_A01_t06.dart +++ b/LanguageFeatures/Augmentation-libraries/augmenting_functions_A01_t06.dart @@ -3,8 +3,10 @@ // BSD-style license that can be found in the LICENSE file. /// @assertion A top-level function, static method, instance method, or operator -/// may be augmented to wrap the original code in additional code. The -/// augmentation replaces the original function body with the augmenting code. +/// may be augmented to wrap the original code in additional code. +/// ... +/// The augmentation replaces the augmented function’s body with the augmenting +/// function’s body. /// /// @description Checks that a static method may be augmented and the original /// code is replaced by the augmentation. Test an extension type. diff --git a/LanguageFeatures/Augmentation-libraries/augmenting_functions_A01_t06_lib.dart b/LanguageFeatures/Augmentation-libraries/augmenting_functions_A01_t06_lib.dart index 8c113663bb..da91efdce7 100644 --- a/LanguageFeatures/Augmentation-libraries/augmenting_functions_A01_t06_lib.dart +++ b/LanguageFeatures/Augmentation-libraries/augmenting_functions_A01_t06_lib.dart @@ -3,8 +3,10 @@ // BSD-style license that can be found in the LICENSE file. /// @assertion A top-level function, static method, instance method, or operator -/// may be augmented to wrap the original code in additional code. The -/// augmentation replaces the original function body with the augmenting code. +/// may be augmented to wrap the original code in additional code. +/// ... +/// The augmentation replaces the augmented function’s body with the augmenting +/// function’s body. /// /// @description Checks that a static method may be augmented and the original /// code is replaced by the augmentation. Test an extension type. diff --git a/LanguageFeatures/Augmentation-libraries/augmenting_functions_A01_t07.dart b/LanguageFeatures/Augmentation-libraries/augmenting_functions_A01_t07.dart index 7ef8c1d01d..ced5cd0861 100644 --- a/LanguageFeatures/Augmentation-libraries/augmenting_functions_A01_t07.dart +++ b/LanguageFeatures/Augmentation-libraries/augmenting_functions_A01_t07.dart @@ -3,8 +3,10 @@ // BSD-style license that can be found in the LICENSE file. /// @assertion A top-level function, static method, instance method, or operator -/// may be augmented to wrap the original code in additional code. The -/// augmentation replaces the original function body with the augmenting code. +/// may be augmented to wrap the original code in additional code. +/// ... +/// The augmentation replaces the augmented function’s body with the augmenting +/// function’s body. /// /// @description Checks that an instance method may be augmented and the /// original code is replaced by the augmentation. Test a class. diff --git a/LanguageFeatures/Augmentation-libraries/augmenting_functions_A01_t07_lib.dart b/LanguageFeatures/Augmentation-libraries/augmenting_functions_A01_t07_lib.dart index 684da94236..1fd3a4b746 100644 --- a/LanguageFeatures/Augmentation-libraries/augmenting_functions_A01_t07_lib.dart +++ b/LanguageFeatures/Augmentation-libraries/augmenting_functions_A01_t07_lib.dart @@ -3,8 +3,10 @@ // BSD-style license that can be found in the LICENSE file. /// @assertion A top-level function, static method, instance method, or operator -/// may be augmented to wrap the original code in additional code. The -/// augmentation replaces the original function body with the augmenting code. +/// may be augmented to wrap the original code in additional code. +/// ... +/// The augmentation replaces the augmented function’s body with the augmenting +/// function’s body. /// /// @description Checks that an instance method may be augmented and the /// original code is replaced by the augmentation. Test a class. diff --git a/LanguageFeatures/Augmentation-libraries/augmenting_functions_A01_t08.dart b/LanguageFeatures/Augmentation-libraries/augmenting_functions_A01_t08.dart index 518a9e7f08..bdfe135fa3 100644 --- a/LanguageFeatures/Augmentation-libraries/augmenting_functions_A01_t08.dart +++ b/LanguageFeatures/Augmentation-libraries/augmenting_functions_A01_t08.dart @@ -3,8 +3,10 @@ // BSD-style license that can be found in the LICENSE file. /// @assertion A top-level function, static method, instance method, or operator -/// may be augmented to wrap the original code in additional code. The -/// augmentation replaces the original function body with the augmenting code. +/// may be augmented to wrap the original code in additional code. +/// ... +/// The augmentation replaces the augmented function’s body with the augmenting +/// function’s body. /// /// @description Checks that an instance method may be augmented and the /// original code is replaced by the augmentation. Test a mixin. diff --git a/LanguageFeatures/Augmentation-libraries/augmenting_functions_A01_t08_lib.dart b/LanguageFeatures/Augmentation-libraries/augmenting_functions_A01_t08_lib.dart index d08fccb905..7be7413eb1 100644 --- a/LanguageFeatures/Augmentation-libraries/augmenting_functions_A01_t08_lib.dart +++ b/LanguageFeatures/Augmentation-libraries/augmenting_functions_A01_t08_lib.dart @@ -3,8 +3,10 @@ // BSD-style license that can be found in the LICENSE file. /// @assertion A top-level function, static method, instance method, or operator -/// may be augmented to wrap the original code in additional code. The -/// augmentation replaces the original function body with the augmenting code. +/// may be augmented to wrap the original code in additional code. +/// ... +/// The augmentation replaces the augmented function’s body with the augmenting +/// function’s body. /// /// @description Checks that an instance method may be augmented and the /// original code is replaced by the augmentation. Test a mixin. diff --git a/LanguageFeatures/Augmentation-libraries/augmenting_functions_A01_t09.dart b/LanguageFeatures/Augmentation-libraries/augmenting_functions_A01_t09.dart index 1860a10005..cab3ed8a5a 100644 --- a/LanguageFeatures/Augmentation-libraries/augmenting_functions_A01_t09.dart +++ b/LanguageFeatures/Augmentation-libraries/augmenting_functions_A01_t09.dart @@ -3,8 +3,10 @@ // BSD-style license that can be found in the LICENSE file. /// @assertion A top-level function, static method, instance method, or operator -/// may be augmented to wrap the original code in additional code. The -/// augmentation replaces the original function body with the augmenting code. +/// may be augmented to wrap the original code in additional code. +/// ... +/// The augmentation replaces the augmented function’s body with the augmenting +/// function’s body. /// /// @description Checks that an instance method may be augmented and the /// original code is replaced by the augmentation. Test an enum. diff --git a/LanguageFeatures/Augmentation-libraries/augmenting_functions_A01_t09_lib.dart b/LanguageFeatures/Augmentation-libraries/augmenting_functions_A01_t09_lib.dart index 9bcd3e8e07..88cd6c858b 100644 --- a/LanguageFeatures/Augmentation-libraries/augmenting_functions_A01_t09_lib.dart +++ b/LanguageFeatures/Augmentation-libraries/augmenting_functions_A01_t09_lib.dart @@ -3,8 +3,10 @@ // BSD-style license that can be found in the LICENSE file. /// @assertion A top-level function, static method, instance method, or operator -/// may be augmented to wrap the original code in additional code. The -/// augmentation replaces the original function body with the augmenting code. +/// may be augmented to wrap the original code in additional code. +/// ... +/// The augmentation replaces the augmented function’s body with the augmenting +/// function’s body. /// /// @description Checks that an instance method may be augmented and the /// original code is replaced by the augmentation. Test an enum. diff --git a/LanguageFeatures/Augmentation-libraries/augmenting_functions_A01_t10.dart b/LanguageFeatures/Augmentation-libraries/augmenting_functions_A01_t10.dart index a90f3f255c..bdcc0059e5 100644 --- a/LanguageFeatures/Augmentation-libraries/augmenting_functions_A01_t10.dart +++ b/LanguageFeatures/Augmentation-libraries/augmenting_functions_A01_t10.dart @@ -3,8 +3,10 @@ // BSD-style license that can be found in the LICENSE file. /// @assertion A top-level function, static method, instance method, or operator -/// may be augmented to wrap the original code in additional code. The -/// augmentation replaces the original function body with the augmenting code. +/// may be augmented to wrap the original code in additional code. +/// ... +/// The augmentation replaces the augmented function’s body with the augmenting +/// function’s body. /// /// @description Checks that an instance method may be augmented and the /// original code is replaced by the augmentation. Test an extension. diff --git a/LanguageFeatures/Augmentation-libraries/augmenting_functions_A01_t10_lib.dart b/LanguageFeatures/Augmentation-libraries/augmenting_functions_A01_t10_lib.dart index 38eee66131..04e6da7acd 100644 --- a/LanguageFeatures/Augmentation-libraries/augmenting_functions_A01_t10_lib.dart +++ b/LanguageFeatures/Augmentation-libraries/augmenting_functions_A01_t10_lib.dart @@ -3,8 +3,10 @@ // BSD-style license that can be found in the LICENSE file. /// @assertion A top-level function, static method, instance method, or operator -/// may be augmented to wrap the original code in additional code. The -/// augmentation replaces the original function body with the augmenting code. +/// may be augmented to wrap the original code in additional code. +/// ... +/// The augmentation replaces the augmented function’s body with the augmenting +/// function’s body. /// /// @description Checks that an instance method may be augmented and the /// original code is replaced by the augmentation. Test an extension. diff --git a/LanguageFeatures/Augmentation-libraries/augmenting_functions_A01_t11.dart b/LanguageFeatures/Augmentation-libraries/augmenting_functions_A01_t11.dart index 75125322b6..4d57bd9dea 100644 --- a/LanguageFeatures/Augmentation-libraries/augmenting_functions_A01_t11.dart +++ b/LanguageFeatures/Augmentation-libraries/augmenting_functions_A01_t11.dart @@ -3,8 +3,10 @@ // BSD-style license that can be found in the LICENSE file. /// @assertion A top-level function, static method, instance method, or operator -/// may be augmented to wrap the original code in additional code. The -/// augmentation replaces the original function body with the augmenting code. +/// may be augmented to wrap the original code in additional code. +/// ... +/// The augmentation replaces the augmented function’s body with the augmenting +/// function’s body. /// /// @description Checks that an instance method may be augmented and the /// original code is replaced by the augmentation. Test an extension type. diff --git a/LanguageFeatures/Augmentation-libraries/augmenting_functions_A01_t11_lib.dart b/LanguageFeatures/Augmentation-libraries/augmenting_functions_A01_t11_lib.dart index 479eedecc1..3d706fb926 100644 --- a/LanguageFeatures/Augmentation-libraries/augmenting_functions_A01_t11_lib.dart +++ b/LanguageFeatures/Augmentation-libraries/augmenting_functions_A01_t11_lib.dart @@ -3,8 +3,10 @@ // BSD-style license that can be found in the LICENSE file. /// @assertion A top-level function, static method, instance method, or operator -/// may be augmented to wrap the original code in additional code. The -/// augmentation replaces the original function body with the augmenting code. +/// may be augmented to wrap the original code in additional code. +/// ... +/// The augmentation replaces the augmented function’s body with the augmenting +/// function’s body. /// /// @description Checks that an instance method may be augmented and the /// original code is replaced by the augmentation. Test an extension type. diff --git a/LanguageFeatures/Augmentation-libraries/augmenting_functions_A01_t12.dart b/LanguageFeatures/Augmentation-libraries/augmenting_functions_A01_t12.dart index c6796b6abe..e2a0be724d 100644 --- a/LanguageFeatures/Augmentation-libraries/augmenting_functions_A01_t12.dart +++ b/LanguageFeatures/Augmentation-libraries/augmenting_functions_A01_t12.dart @@ -3,8 +3,10 @@ // BSD-style license that can be found in the LICENSE file. /// @assertion A top-level function, static method, instance method, or operator -/// may be augmented to wrap the original code in additional code. The -/// augmentation replaces the original function body with the augmenting code. +/// may be augmented to wrap the original code in additional code. +/// ... +/// The augmentation replaces the augmented function’s body with the augmenting +/// function’s body. /// /// @description Checks that an operator may be augmented and the original code /// is replaced by the augmentation. diff --git a/LanguageFeatures/Augmentation-libraries/augmenting_functions_A01_t12_lib.dart b/LanguageFeatures/Augmentation-libraries/augmenting_functions_A01_t12_lib.dart index 512d1c3149..468563a2e3 100644 --- a/LanguageFeatures/Augmentation-libraries/augmenting_functions_A01_t12_lib.dart +++ b/LanguageFeatures/Augmentation-libraries/augmenting_functions_A01_t12_lib.dart @@ -3,8 +3,10 @@ // BSD-style license that can be found in the LICENSE file. /// @assertion A top-level function, static method, instance method, or operator -/// may be augmented to wrap the original code in additional code. The -/// augmentation replaces the original function body with the augmenting code. +/// may be augmented to wrap the original code in additional code. +/// ... +/// The augmentation replaces the augmented function’s body with the augmenting +/// function’s body. /// /// @description Checks that an operator may be augmented and the original code /// is replaced by the augmentation.