--- parser3/tests/results/239.processed 2016/11/29 23:29:40 1.2 +++ parser3/tests/results/239.processed 2024/09/28 16:54:13 1.5 @@ -1,5 +1,5 @@ Content-Type: text/html -Content-Length: 645 +Content-Length: 742

without @OPTIONS (==any):

m00 (any) @@ -8,9 +8,9 @@ static:m01 (static)
m00 (any)
-Type: parser.runtime, +Exception type: parser.runtime, Source: m01, -Comment: is not allowed to be called dynamically +Comment: method of 'any' is not allowed to be called dynamically

@OPTIONS static:

@@ -18,21 +18,21 @@ m02 (static)
static:m03 (static)
-Type: parser.runtime, +Exception type: parser.runtime, Source: create, -Comment: method of static is static and can not be used as constructor +Comment: method of 'static' is static and cannot be used as constructor

@OPTIONS dynamic:

-Type: parser.runtime, +Exception type: parser.runtime, Source: m04, -Comment: is not allowed to be called statically +Comment: method of 'dynamic' is not allowed to be called statically
static:m05 (static)
m04 (dynamic)
-Type: parser.runtime, +Exception type: parser.runtime, Source: m05, -Comment: is not allowed to be called dynamically +Comment: method of 'dynamic' is not allowed to be called dynamically
\ No newline at end of file