UNPKG

311 BPlain TextView Raw
1/*
2Easy test. Should output 2 contexts (class and method)
3And should ignore the bracket inside the System.debug statement.
4*/
5public class SomeClass {
6 public static void someStaticMethod () {
7 System.debug('This loose bracket { should be ignored by the linter, since it is a string.')
8 }
9}
\No newline at end of file