Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@
/// and does not cause an error.
///
/// @description Checks that if during the evaluation of [e], the getter for [v]
/// is invoked, a [CyclicInitializationError] is not thrown. Confirms that [func]
/// gets recursively called by incrementing a counter and stopping the infinite
/// recursion after 20 cycles. This avoids relying on particulars of the behavior
/// on stack overflow and makes the test cheaper to run.
/// is invoked, an error is not thrown. Confirms that [func] gets recursively
/// called by incrementing a counter and stopping the infinite recursion after
/// 20 cycles. This avoids relying on particulars of the behavior on stack
/// overflow and makes the test cheaper to run.
/// @author msyabro
/// @Issue 42470
/// @issue 42642
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
/// Reading the variable during initializer evaluation is no longer checked for,
/// and does not cause an error.
///
/// @description Checks that CyclicInitializationError is not thrown when getter
/// is referenced during evaluation of initialization expression.
/// @description Checks that an error is not thrown when getter is referenced
/// during evaluation of initialization expression.
/// @author kaigorodov
/// @Issue 42470
/// @issue 42642
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,8 @@
/// expression, and both variables just get initialized to the value [null]. No
/// recursion and no errors.
///
/// @description Checks that [CyclicInitializationError] is not thrown with null
/// safety turned on.
///
/// @description Checks that an error is not thrown with the null safety turned
/// on.
/// @author [email protected]
/// @issue 46086

Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

24 changes: 0 additions & 24 deletions LibTest/core/CyclicInitializationError/variableName_A01_t01.dart

This file was deleted.