blob: 1cdf11d73a51d9aa768621782190921824bf14a7 [file] [log] [blame]
/**
* Created by IntelliJ IDEA.
* User: ik
* Date: 23.01.2003
* Time: 17:06:57
* To change this template use Options | File Templates.
*/
public class Dot9 {
public static class A{
public A(){}
public void foo(){}
}
public static void main(String[] args) {
new A().<caret>
}
}