mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-09 15:41:26 +07:00
more java tests moved to community
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
class a {
|
||||
void f() {
|
||||
String s = i18nizedExpr;
|
||||
}
|
||||
}
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
class a {
|
||||
void f() {
|
||||
String s = i18nizedExpr;
|
||||
}
|
||||
}
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
class s {
|
||||
String i = "te" + i18nizedExpr;
|
||||
}
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
class a {
|
||||
void f() {
|
||||
String s = i18nizedExpr;
|
||||
}
|
||||
}
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
class a {
|
||||
void f() {
|
||||
String s = "xxxxx" + this <caret>+ "yyyy";
|
||||
}
|
||||
}
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
class a {
|
||||
void f() {
|
||||
char c = '<caret>y';
|
||||
}
|
||||
}
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
class a {
|
||||
void f() {
|
||||
String s = "<caret>xxxxx";
|
||||
}
|
||||
}
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
class s {
|
||||
String i = "te<caret><selection>st</selection>";
|
||||
}
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
class a {
|
||||
void f() {
|
||||
String s = <caret>"xxxxx" + this + "yyyy" + this;
|
||||
}
|
||||
}
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
class a {
|
||||
void f() {
|
||||
<caret>String s = "xxxxx";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user