Skip to content

Commit 239d68b

Browse files
committed
Make all private factory constructors valid
1 parent 5ce343e commit 239d68b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

test/co19/placement_constructors_test.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,7 @@ class C {
160160
factory C._privateFactory() { /** Line 2 */
161161
/** Line 3
162162
*/
163+
return C();
163164
}
164165
/** Line 4
165166
*/

0 commit comments

Comments
 (0)