mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-02 03:07:47 +07:00
test data fixed
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
// "Bring 'int i' into Scope" "true"
|
||||
// "Bring 'int i' into scope" "true"
|
||||
class a {
|
||||
void foo () {
|
||||
int i = 0;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Bring 'int i' into Scope" "true"
|
||||
// "Bring 'int i' into scope" "true"
|
||||
class a {
|
||||
void foo (int y) {
|
||||
int i;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Bring 'int i' into Scope" "true"
|
||||
// "Bring 'int i' into scope" "true"
|
||||
class a {
|
||||
void foo (int y) {
|
||||
int i = 0;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Bring 'int i' into Scope" "true"
|
||||
// "Bring 'int i' into scope" "true"
|
||||
class a {
|
||||
public void foo() {
|
||||
int i;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Bring 'int i' into Scope" "true"
|
||||
// "Bring 'int i' into scope" "true"
|
||||
class a {
|
||||
public void foo() {
|
||||
int i;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Bring 'String con' into Scope" "true"
|
||||
// "Bring 'String con' into scope" "true"
|
||||
class a {
|
||||
private void ffff(String c) {
|
||||
String con = null;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Bring 'int j' into Scope" "true"
|
||||
// "Bring 'int j' into scope" "true"
|
||||
class a {
|
||||
void foo() {
|
||||
int j;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Bring 'int i' into Scope" "true"
|
||||
// "Bring 'int i' into scope" "true"
|
||||
class a {
|
||||
void foo () {
|
||||
try {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Bring 'int i' into Scope" "true"
|
||||
// "Bring 'int i' into scope" "true"
|
||||
class a {
|
||||
void foo (int y) {
|
||||
while (y != 0) {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Bring 'int i' into Scope" "true"
|
||||
// "Bring 'int i' into scope" "true"
|
||||
class a {
|
||||
void foo (int y) {
|
||||
while (y != 0) {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Bring 'int i' into Scope" "true"
|
||||
// "Bring 'int i' into scope" "true"
|
||||
class a {
|
||||
public void foo() {
|
||||
if (true) {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Bring 'int i' into Scope" "true"
|
||||
// "Bring 'int i' into scope" "true"
|
||||
class a {
|
||||
public void foo() {
|
||||
for (int i = 0; i < 10; i++) { }
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Bring 'String con' into Scope" "true"
|
||||
// "Bring 'String con' into scope" "true"
|
||||
class a {
|
||||
private void ffff(String c){
|
||||
try { String con = null; }
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Bring 'int j' into Scope" "true"
|
||||
// "Bring 'int j' into scope" "true"
|
||||
class a {
|
||||
void foo() {
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user