Bug in multi-snippet declaration

andrei.eremeev andrei.eremeev at oracle.com
Wed Feb 25 15:38:20 UTC 2015


Hi REPL team,

Bug in multi-snippet declaration:

     getState().eval("class A {}\nclass B extends A {}");
     getState().classes().forEach(c -> System.out.println(c.name()));

The second line prints only class A, while A and B must be printed.

Andrei Eremeev


More information about the kulla-dev mailing list