mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
dot & keyword completion tests -> community
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
/**
|
||||
* 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 "".;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user