Annotation of parser3/tests/results/239.processed, revision 1.2
1.1 misha 1: Content-Type: text/html
1.2 ! moko 2: Content-Length: 645
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.2 ! moko 11: Type: parser.runtime,
! 12: Source: m01,
! 13: Comment: 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.2 ! moko 21: Type: parser.runtime,
! 22: Source: create,
! 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.2 ! moko 27: Type: parser.runtime,
! 28: Source: m04,
! 29: Comment: is not allowed to be called statically
1.1 misha 30: <br />
31: static:m05 (static)
32: <br />
33: m04 (dynamic)
34: <br />
1.2 ! moko 35: Type: parser.runtime,
! 36: Source: m05,
! 37: Comment: is not allowed to be called dynamically
1.1 misha 38: <br />
E-mail: