mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-01 02:38:59 +07:00
[java-inspections] More preview tests
GitOrigin-RevId: 571a82f66623887c1b5008963df842b2597c58c9
This commit is contained in:
committed by
intellij-monorepo-bot
parent
310086eaa9
commit
8560c6a5d1
@@ -1,4 +1,4 @@
|
||||
// "Apply conversion '.toArray(new int[0][])'" "true"
|
||||
// "Apply conversion '.toArray(new int[0][])'" "true-preview"
|
||||
|
||||
import java.util.*;
|
||||
class Array {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Apply conversion '.toArray(new java.lang.String[0])'" "true"
|
||||
// "Apply conversion '.toArray(new java.lang.String[0])'" "true-preview"
|
||||
|
||||
import java.util.*;
|
||||
class Assign {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Apply conversion '.toArray(new java.lang.Integer[0])'" "true"
|
||||
// "Apply conversion '.toArray(new java.lang.Integer[0])'" "true-preview"
|
||||
|
||||
import java.util.*;
|
||||
class Cast {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Apply conversion '.toArray(new java.lang.String[0])'" "true"
|
||||
// "Apply conversion '.toArray(new java.lang.String[0])'" "true-preview"
|
||||
|
||||
import java.util.*;
|
||||
class Expression {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Apply conversion '.toArray(new java.util.List[0])'" "true"
|
||||
// "Apply conversion '.toArray(new java.util.List[0])'" "true-preview"
|
||||
|
||||
import java.util.*;
|
||||
class Generic {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Apply conversion '.toArray(new java.util.List[0][])'" "true"
|
||||
// "Apply conversion '.toArray(new java.util.List[0][])'" "true-preview"
|
||||
|
||||
import java.util.*;
|
||||
class GenericArray {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Apply conversion '.toArray(new java.lang.Integer[0])'" "true"
|
||||
// "Apply conversion '.toArray(new java.lang.Integer[0])'" "true-preview"
|
||||
|
||||
import java.util.*;
|
||||
class Initialize {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Apply conversion '.toArray()'" "true"
|
||||
// "Apply conversion '.toArray()'" "true-preview"
|
||||
|
||||
import java.util.*;
|
||||
class Raw {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Apply conversion '.toArray(new java.lang.String[0])'" "true"
|
||||
// "Apply conversion '.toArray(new java.lang.String[0])'" "true-preview"
|
||||
|
||||
import java.util.*;
|
||||
class Return {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Apply conversion '.toArray(new Test.User[0])'" "true"
|
||||
// "Apply conversion '.toArray(new Test.User[0])'" "true-preview"
|
||||
|
||||
import java.util.List;
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Apply conversion '.toArray(new int[0][])'" "true"
|
||||
// "Apply conversion '.toArray(new int[0][])'" "true-preview"
|
||||
|
||||
import java.util.*;
|
||||
class Array {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Apply conversion '.toArray(new java.lang.String[0])'" "true"
|
||||
// "Apply conversion '.toArray(new java.lang.String[0])'" "true-preview"
|
||||
|
||||
import java.util.*;
|
||||
class Assign {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Apply conversion '.toArray(new java.lang.Integer[0])'" "true"
|
||||
// "Apply conversion '.toArray(new java.lang.Integer[0])'" "true-preview"
|
||||
|
||||
import java.util.*;
|
||||
class Cast {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Apply conversion '.toArray(new java.lang.String[0])'" "true"
|
||||
// "Apply conversion '.toArray(new java.lang.String[0])'" "true-preview"
|
||||
|
||||
import java.util.*;
|
||||
class Expression {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Apply conversion '.toArray(new java.util.List[0])'" "true"
|
||||
// "Apply conversion '.toArray(new java.util.List[0])'" "true-preview"
|
||||
|
||||
import java.util.*;
|
||||
class Generic {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Apply conversion '.toArray(new java.util.List[0][])'" "true"
|
||||
// "Apply conversion '.toArray(new java.util.List[0][])'" "true-preview"
|
||||
|
||||
import java.util.*;
|
||||
class GenericArray {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Apply conversion '.toArray(new java.lang.Integer[0])'" "true"
|
||||
// "Apply conversion '.toArray(new java.lang.Integer[0])'" "true-preview"
|
||||
|
||||
import java.util.*;
|
||||
class Initialize {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Apply conversion '.toArray()'" "true"
|
||||
// "Apply conversion '.toArray()'" "true-preview"
|
||||
|
||||
import java.util.*;
|
||||
class Raw {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Apply conversion '.toArray(new java.lang.String[0])'" "true"
|
||||
// "Apply conversion '.toArray(new java.lang.String[0])'" "true-preview"
|
||||
|
||||
import java.util.*;
|
||||
class Return {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Apply conversion '.toArray(new Test.User[0])'" "true"
|
||||
// "Apply conversion '.toArray(new Test.User[0])'" "true-preview"
|
||||
|
||||
import java.util.List;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user