mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-30 02:09:59 +07:00
[java] More tests for preview; minor fixes
GitOrigin-RevId: 7f72c5f68ab821e728eb0d5152f0910f48035046
This commit is contained in:
committed by
intellij-monorepo-bot
parent
7a1f179f41
commit
9c6aeba5b4
@@ -1,4 +1,4 @@
|
||||
// "Initialize variable 'i'" "true"
|
||||
// "Initialize variable 'i'" "true-preview"
|
||||
|
||||
class AClass
|
||||
{
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Initialize variable 'f'" "true"
|
||||
// "Initialize variable 'f'" "true-preview"
|
||||
|
||||
class AClass
|
||||
{
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Initialize variable 'X'" "true"
|
||||
// "Initialize variable 'X'" "true-preview"
|
||||
interface Foo {
|
||||
char X = 0;
|
||||
int a = X;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Initialize variable 'x'" "true"
|
||||
// "Initialize variable 'x'" "true-preview"
|
||||
class Foo {
|
||||
{
|
||||
int x = 0;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Initialize variable 'i'" "true"
|
||||
// "Initialize variable 'i'" "true-preview"
|
||||
|
||||
class AClass
|
||||
{
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Initialize variable 'f'" "true"
|
||||
// "Initialize variable 'f'" "true-preview"
|
||||
|
||||
class AClass
|
||||
{
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Initialize variable 'X'" "true"
|
||||
// "Initialize variable 'X'" "true-preview"
|
||||
interface Foo {
|
||||
char X.Y;
|
||||
int a = <caret>X;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Initialize variable 'x'" "true"
|
||||
// "Initialize variable 'x'" "true-preview"
|
||||
class Foo {
|
||||
{
|
||||
int <caret>x;
|
||||
|
||||
Reference in New Issue
Block a user