[java-intentions] More preview tests

GitOrigin-RevId: ffe102e1f4377d52f988f59c407af3dd7acc36fc
This commit is contained in:
Tagir Valeev
2022-07-29 17:55:03 +00:00
committed by intellij-monorepo-bot
parent 01cc468b55
commit 758ecdbb56
8 changed files with 8 additions and 8 deletions
@@ -1,4 +1,4 @@
// "Insert 'super();'" "true"
// "Insert 'super();'" "true-preview"
import java.io.*;
class c {
@@ -1,4 +1,4 @@
// "Insert 'this();'" "true"
// "Insert 'this();'" "true-preview"
import java.io.*;
class c {
@@ -1,4 +1,4 @@
// "Insert 'super();'" "true"
// "Insert 'super();'" "true-preview"
import java.io.*;
class c {
@@ -1,4 +1,4 @@
// "Insert 'this();'" "true"
// "Insert 'this();'" "true-preview"
import java.io.*;
class c {
@@ -1,4 +1,4 @@
// "Replace with 'Comparator.naturalOrder()'" "true"
// "Replace with 'Comparator.naturalOrder()'" "true-preview"
import java.util.Arrays;
import java.util.Comparator;
import java.util.List;
@@ -1,4 +1,4 @@
// "Replace with 'Comparator.reverseOrder()'" "true"
// "Replace with 'Comparator.reverseOrder()'" "true-preview"
import java.util.Arrays;
import java.util.Comparator;
import java.util.List;
@@ -1,4 +1,4 @@
// "Replace with 'Comparator.naturalOrder()'" "true"
// "Replace with 'Comparator.naturalOrder()'" "true-preview"
import java.util.Arrays;
import java.util.List;
import java.util.Optional;
@@ -1,4 +1,4 @@
// "Replace with 'Comparator.reverseOrder()'" "true"
// "Replace with 'Comparator.reverseOrder()'" "true-preview"
import java.util.Arrays;
import java.util.List;
import java.util.Optional;