mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-20 13:31:28 +07:00
[java-intentions] More preview tests
GitOrigin-RevId: 4d6a5487576dbbc4aca9c89b067eec8218aff686
This commit is contained in:
committed by
intellij-monorepo-bot
parent
1361a10017
commit
49f4397ba0
@@ -1,4 +1,4 @@
|
||||
// "Unwrap '"blah"'" "true"
|
||||
// "Unwrap '"blah"'" "true-preview"
|
||||
class X {
|
||||
|
||||
@interface MyAnnotation {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Unwrap '"blah"'" "true"
|
||||
// "Unwrap '"blah"'" "true-preview"
|
||||
class X {
|
||||
@interface MyAnnotation {
|
||||
String value() default /*1*/ /*2*/ "blah";
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Unwrap '"blah"'" "true"
|
||||
// "Unwrap '"blah"'" "true-preview"
|
||||
class X {
|
||||
|
||||
@interface MyAnnotation {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Unwrap '"blah"'" "true"
|
||||
// "Unwrap '"blah"'" "true-preview"
|
||||
class X {
|
||||
@interface MyAnnotation {
|
||||
String value() default {/*1*/"blah"/*2*/}<caret>;
|
||||
|
||||
Reference in New Issue
Block a user