mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-09 15:41:26 +07:00
testdata fixed
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import foo.*;
|
||||
import foo.StringValue;
|
||||
|
||||
public class Bar {
|
||||
{
|
||||
|
||||
+2
-1
@@ -1,9 +1,10 @@
|
||||
import java.awt.geom.Point2D;
|
||||
import java.awt.geom.Point2D.Double;
|
||||
|
||||
class UTest {
|
||||
|
||||
void foo() {
|
||||
Point2D.Double d = new Point2D.Double();<caret>
|
||||
Point2D.Double d = new Double();<caret>
|
||||
}
|
||||
|
||||
void bar() {
|
||||
|
||||
Reference in New Issue
Block a user