Ad
  • Custom User Avatar

    Greetings everyone! Can anyone help understand the error?

    symbol: variable Kata

    location: class SolutionTest

    src/test/java/SolutionTest.java:11: error: cannot find symbol

      assertEquals("a (b c (d e))", Kata.reverseParens("a ((d e) c b)"));
                                    ^
    

    In IntlijIdea, I get the right results.