mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-26 12:20:55 +07:00
18 lines
290 B
Java
18 lines
290 B
Java
import java.util.*;
|
|
|
|
class Auto {
|
|
public Auto(ArrayList w, Runnable <caret>i) {
|
|
this(w, null,null);
|
|
}
|
|
public Auto(ArrayList w, Runnable i,Runnable o) {
|
|
o.hashCode();
|
|
}
|
|
|
|
{
|
|
|
|
new Auto(null,null,null);
|
|
new Auto(null,<flown1>null);
|
|
}
|
|
|
|
}
|