mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-30 02:09:59 +07:00
testdata fixed
This commit is contained in:
@@ -3,7 +3,7 @@ public class Seq<T> {
|
||||
public Seq() {}
|
||||
|
||||
public Seq(T x, Seq<T> xs) {
|
||||
<selection>//To change body of created methods use File | Settings | File Templates.</selection>
|
||||
|
||||
}
|
||||
|
||||
static <T> Seq<T> nil () {
|
||||
|
||||
Reference in New Issue
Block a user