Closed teabot closed 7 years ago
Many examples being with the declaration:
public void MyTest {
I expect this should instead be:
public class MyTest {
Example: https://github.com/stefanbirkner/system-rules/blob/gh-pages/index.html#L98
Good catch. Thanks.
Many examples being with the declaration:
I expect this should instead be:
Example: https://github.com/stefanbirkner/system-rules/blob/gh-pages/index.html#L98