[java-intentions] More preview tests

GitOrigin-RevId: ffe102e1f4377d52f988f59c407af3dd7acc36fc
This commit is contained in:
Tagir Valeev
2022-07-27 18:47:06 +02:00
committed by intellij-monorepo-bot
parent 01cc468b55
commit 758ecdbb56
8 changed files with 8 additions and 8 deletions

View File

@@ -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;

View File

@@ -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;

View File

@@ -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;

View File

@@ -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;