mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-09 23:00:08 +07:00
20 lines
271 B
Java
20 lines
271 B
Java
/**
|
|
* Created by IntelliJ IDEA.
|
|
* User: ik
|
|
* Date: 23.01.2003
|
|
* Time: 15:04:45
|
|
* To change this template use Options | File Templates.
|
|
*/
|
|
public class Dot8 {
|
|
|
|
{
|
|
new A().<caret>
|
|
}
|
|
}
|
|
class A{
|
|
public String toString(){
|
|
|
|
return "".;
|
|
}
|
|
}
|