[java-inspections] More tests for preview

GitOrigin-RevId: 6b6405ee4491ad1d58947547c40df6fb2d291ab7
This commit is contained in:
Tagir Valeev
2022-07-27 15:39:26 +02:00
committed by intellij-monorepo-bot
parent bbb218a972
commit dd689d3a39
433 changed files with 433 additions and 433 deletions

View File

@@ -1,4 +1,4 @@
// "Insert '.doSomething' to call functional interface method" "true"
// "Insert '.doSomething' to call functional interface method" "true-preview"
public class Test {
interface MyFn {
void doSomething(String s, int i);

View File

@@ -1,4 +1,4 @@
// "Insert '.apply' to call functional interface method" "true"
// "Insert '.apply' to call functional interface method" "true-preview"
import java.util.function.Function;
public class Test {

View File

@@ -1,4 +1,4 @@
// "Insert '.test' to call functional interface method" "true"
// "Insert '.test' to call functional interface method" "true-preview"
import java.util.function.Function;
import java.util.function.Predicate;

View File

@@ -1,4 +1,4 @@
// "Insert '.doSomething' to call functional interface method" "true"
// "Insert '.doSomething' to call functional interface method" "true-preview"
public class Test {
interface MyFn {
void doSomething(String s, int i);

View File

@@ -1,4 +1,4 @@
// "Insert '.apply' to call functional interface method" "true"
// "Insert '.apply' to call functional interface method" "true-preview"
import java.util.function.Function;
public class Test {

View File

@@ -1,4 +1,4 @@
// "Insert '.test' to call functional interface method" "true"
// "Insert '.test' to call functional interface method" "true-preview"
import java.util.function.Function;
import java.util.function.Predicate;