| Index: tests/co19/co19-analyzer.status
|
| diff --git a/tests/co19/co19-analyzer.status b/tests/co19/co19-analyzer.status
|
| index c8b98a9d9c96f523647e1eb330c35fa6d0440261..3f28b331306704b88c126bb5263a52d2e2d37f97 100644
|
| --- a/tests/co19/co19-analyzer.status
|
| +++ b/tests/co19/co19-analyzer.status
|
| @@ -20,9 +20,6 @@ Language/12_Expressions/01_Constants_A17_t03: fail
|
| Language/15_Types/4_Interface_Types_A11_t01: Skip
|
| Language/15_Types/4_Interface_Types_A11_t02: Skip
|
|
|
| -# TBF: Hence, a static warning will not be issued if f has no declared return type, since the return type would be dynamic and dynamic may be assigned to void.
|
| -Language/13_Statements/11_Return_A07_t01: fail
|
| -
|
|
|
| LibTest/core/Uri/decodeQueryComponent_A02_t01: fail # co19 Issue 591
|
|
|
| @@ -104,3 +101,5 @@ Language/07_Classes/6_Constructors/1_Generative_Constructors_A20_t02: fail, OK
|
| # co19 issue #597: concrete class with abstract method
|
| Language/07_Classes/4_Abstract_Instance_Members_A07_t08: fail, OK
|
|
|
| +# co19 issue #609, return type of "factory M" is M, so we need static warning for "return;".
|
| +Language/13_Statements/11_Return_A07_t01: fail, OK
|
|
|