mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-02 03:07:47 +07:00
[java-intentions] More preview tests; minor fixes
GitOrigin-RevId: 22a46c15d8900d8a31514846755a013f6a67ad42
This commit is contained in:
committed by
intellij-monorepo-bot
parent
e74564a52c
commit
7e1064ea3c
@@ -1,4 +1,4 @@
|
||||
// "Surround with array initialization" "true"
|
||||
// "Surround with array initialization" "true-preview"
|
||||
class A {
|
||||
void bar(String[] args){
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Surround with array initialization" "true"
|
||||
// "Surround with array initialization" "true-preview"
|
||||
class A {
|
||||
|
||||
void foo(){
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Surround with array initialization" "true"
|
||||
// "Surround with array initialization" "true-preview"
|
||||
class A {
|
||||
void bar(int i, String[] args){
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Surround with array initialization" "true"
|
||||
// "Surround with array initialization" "true-preview"
|
||||
class A {
|
||||
void bar(int i, String[] args){
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Surround with array initialization" "true"
|
||||
// "Surround with array initialization" "true-preview"
|
||||
class A {
|
||||
A(String[] s){}
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Surround with array initialization" "true"
|
||||
// "Surround with array initialization" "true-preview"
|
||||
class A {
|
||||
|
||||
String[] foo(){
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Surround with array initialization" "true"
|
||||
// "Surround with array initialization" "true-preview"
|
||||
import java.util.*;
|
||||
class A {
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Surround with array initialization" "true"
|
||||
// "Surround with array initialization" "true-preview"
|
||||
import java.util.List;
|
||||
|
||||
class A {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Surround with array initialization" "true"
|
||||
// "Surround with array initialization" "true-preview"
|
||||
import java.util.List;
|
||||
|
||||
class A {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Surround with array initialization" "true"
|
||||
// "Surround with array initialization" "true-preview"
|
||||
class A<T> {
|
||||
|
||||
public Object[] test(T t) {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Surround with array initialization" "true"
|
||||
// "Surround with array initialization" "true-preview"
|
||||
class A<T> {
|
||||
|
||||
public void test(Object[] t) {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Surround with array initialization" "true"
|
||||
// "Surround with array initialization" "true-preview"
|
||||
class A {
|
||||
void bar(String[] args){
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Surround with array initialization" "true"
|
||||
// "Surround with array initialization" "true-preview"
|
||||
class A {
|
||||
|
||||
void foo(){
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Surround with array initialization" "true"
|
||||
// "Surround with array initialization" "true-preview"
|
||||
class A {
|
||||
void bar(int i, String[] args){
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Surround with array initialization" "true"
|
||||
// "Surround with array initialization" "true-preview"
|
||||
class A {
|
||||
void bar(int i, String[] args){
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Surround with array initialization" "true"
|
||||
// "Surround with array initialization" "true-preview"
|
||||
class A {
|
||||
A(String[] s){}
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Surround with array initialization" "true"
|
||||
// "Surround with array initialization" "true-preview"
|
||||
class A {
|
||||
|
||||
String[] foo(){
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Surround with array initialization" "true"
|
||||
// "Surround with array initialization" "true-preview"
|
||||
import java.util.*;
|
||||
class A {
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Surround with array initialization" "true"
|
||||
// "Surround with array initialization" "true-preview"
|
||||
import java.util.List;
|
||||
|
||||
class A {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Surround with array initialization" "true"
|
||||
// "Surround with array initialization" "true-preview"
|
||||
import java.util.List;
|
||||
|
||||
class A {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Surround with array initialization" "true"
|
||||
// "Surround with array initialization" "true-preview"
|
||||
class A<T> {
|
||||
|
||||
public Object[] test(T t) {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Surround with array initialization" "true"
|
||||
// "Surround with array initialization" "true-preview"
|
||||
class A<T> {
|
||||
|
||||
public void test(Object[] t) {
|
||||
|
||||
Reference in New Issue
Block a user