[java-intentions] More preview tests

GitOrigin-RevId: 4d6a5487576dbbc4aca9c89b067eec8218aff686
This commit is contained in:
Tagir Valeev
2022-07-29 15:52:26 +02:00
committed by intellij-monorepo-bot
parent 1361a10017
commit 49f4397ba0
259 changed files with 323 additions and 256 deletions

View File

@@ -1,4 +1,4 @@
// "Unwrap '"blah"'" "true"
// "Unwrap '"blah"'" "true-preview"
class X {
@interface MyAnnotation {

View File

@@ -1,4 +1,4 @@
// "Unwrap '"blah"'" "true"
// "Unwrap '"blah"'" "true-preview"
class X {
@interface MyAnnotation {
String value() default /*1*/ /*2*/ "blah";

View File

@@ -1,4 +1,4 @@
// "Unwrap '"blah"'" "true"
// "Unwrap '"blah"'" "true-preview"
class X {
@interface MyAnnotation {

View File

@@ -1,4 +1,4 @@
// "Unwrap '"blah"'" "true"
// "Unwrap '"blah"'" "true-preview"
class X {
@interface MyAnnotation {
String value() default {/*1*/"blah"/*2*/}<caret>;