mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-30 18:28:55 +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 @@
|
||||
// "Cast argument to 'Map<Foo, Bar>'" "true"
|
||||
// "Cast argument to 'Map<Foo, Bar>'" "true-preview"
|
||||
|
||||
import java.util.*;
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Cast argument to 'Map<Foo, Bar>'" "true"
|
||||
// "Cast argument to 'Map<Foo, Bar>'" "true-preview"
|
||||
|
||||
import java.util.*;
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Cast argument to 'String'" "true"
|
||||
// "Cast argument to 'String'" "true-preview"
|
||||
class a {
|
||||
void f(Long... l) {}
|
||||
void f(String s) {}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Cast argument to 'long'" "true"
|
||||
// "Cast argument to 'long'" "true-preview"
|
||||
class a {
|
||||
void f(Long l) {}
|
||||
void g() {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Cast argument to 'long'" "true"
|
||||
// "Cast argument to 'long'" "true-preview"
|
||||
class a {
|
||||
void f(Long l, String... s) {}
|
||||
void g() {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Cast 1st argument to 'long'" "true"
|
||||
// "Cast 1st argument to 'long'" "true-preview"
|
||||
class a {
|
||||
void f(Long l, String... s) {}
|
||||
void g() {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Cast 1st argument to 'long'" "true"
|
||||
// "Cast 1st argument to 'long'" "true-preview"
|
||||
class a {
|
||||
void f(Long l, String... s) {}
|
||||
void g() {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Cast argument to 'Map<Foo, Bar>'" "true"
|
||||
// "Cast argument to 'Map<Foo, Bar>'" "true-preview"
|
||||
|
||||
import java.util.*;
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Cast argument to 'Map<Foo, Bar>'" "true"
|
||||
// "Cast argument to 'Map<Foo, Bar>'" "true-preview"
|
||||
|
||||
import java.util.*;
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Cast argument to 'String'" "true"
|
||||
// "Cast argument to 'String'" "true-preview"
|
||||
class a {
|
||||
void f(Long... l) {}
|
||||
void f(String s) {}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Cast argument to 'long'" "true"
|
||||
// "Cast argument to 'long'" "true-preview"
|
||||
class a {
|
||||
void f(Long l) {}
|
||||
void g() {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Cast argument to 'long'" "true"
|
||||
// "Cast argument to 'long'" "true-preview"
|
||||
class a {
|
||||
void f(Long l, String... s) {}
|
||||
void g() {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Cast 1st argument to 'long'" "true"
|
||||
// "Cast 1st argument to 'long'" "true-preview"
|
||||
class a {
|
||||
void f(Long l, String... s) {}
|
||||
void g() {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Cast 1st argument to 'long'" "true"
|
||||
// "Cast 1st argument to 'long'" "true-preview"
|
||||
class a {
|
||||
void f(Long l, String... s) {}
|
||||
void g() {
|
||||
|
||||
Reference in New Issue
Block a user