Annotation of parser3/tests/results/239.processed, revision 1.4

1.1       misha       1: Content-Type: text/html
1.4     ! moko        2: Content-Length: 743
1.1       misha       3: 
                      4: <h2>without @OPTIONS (==any):</h2>
                      5: m00 (any)
                      6: <br />
                      7: static:m01 (static)
                      8: <br />
                      9: m00 (any)
                     10: <br />
1.4     ! moko       11: Exception type: parser.runtime,
1.2       moko       12: Source: m01,
1.3       moko       13: Comment: method of 'any' is not allowed to be called dynamically
1.1       misha      14: <br />
                     15: <hr />
                     16: <h2>@OPTIONS static:</h2>
                     17: m02 (static)
                     18: <br />
                     19: static:m03 (static)
                     20: <br />
1.4     ! moko       21: Exception type: parser.runtime,
1.2       moko       22: Source: create,
1.3       moko       23: Comment: method of 'static' is static and can not be used as constructor
1.1       misha      24: <br />
                     25: <hr />
                     26: <h2>@OPTIONS dynamic:</h2>
1.4     ! moko       27: Exception type: parser.runtime,
1.2       moko       28: Source: m04,
1.3       moko       29: Comment: method of 'dynamic' is not allowed to be called statically
1.1       misha      30: <br />
                     31: static:m05 (static)
                     32: <br />
                     33: m04 (dynamic)
                     34: <br />
1.4     ! moko       35: Exception type: parser.runtime,
1.2       moko       36: Source: m05,
1.3       moko       37: Comment: method of 'dynamic' is not allowed to be called dynamically
1.1       misha      38: <br />

E-mail: