We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ce343e commit 239d68bCopy full SHA for 239d68b
1 file changed
test/co19/placement_constructors_test.dart
@@ -160,6 +160,7 @@ class C {
160
factory C._privateFactory() { /** Line 2 */
161
/** Line 3
162
*/
163
+ return C();
164
}
165
/** Line 4
166
0 commit comments