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