Ticket #260 (closed defect: duplicate)

Opened 3 years ago

Last modified 3 years ago

Strict mode analyzes

Reported by: pascallouis Assigned to: anonymous
Type: defect Priority: major
Component: Spec Version: 4
Keywords: Cc:

Description

Discussion about the strict mode analyzes.

  • conditionals used as pattern matching
    function foo(a : String!) { ... }
    function bar(a : String) {
      if (a) {
        foo(a);
      }
    }
    

Attachments

Change History

Changed 3 years ago by pascallouis

  • status changed from new to closed
  • resolution set to duplicate
Note: See TracTickets for help on using tickets.