mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-30 10:20:15 +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 @@
|
||||
// "Create block" "true"
|
||||
// "Create block" "true-preview"
|
||||
class X {
|
||||
void foo(int i) {
|
||||
switch(i) {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Wrap with block" "true"
|
||||
// "Wrap with block" "true-preview"
|
||||
class X {
|
||||
void foo(int i) {
|
||||
switch(i) {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Create block" "true"
|
||||
// "Create block" "true-preview"
|
||||
class X {
|
||||
void foo(int i) {
|
||||
switch(i) {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Wrap with block" "true"
|
||||
// "Wrap with block" "true-preview"
|
||||
class X {
|
||||
void test(int x) {
|
||||
switch(x) {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Wrap with block" "true"
|
||||
// "Wrap with block" "true-preview"
|
||||
class X {
|
||||
void foo(int i) {
|
||||
switch(i) {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Create block" "true"
|
||||
// "Create block" "true-preview"
|
||||
class X {
|
||||
void foo(int i) {
|
||||
switch(i) {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Wrap with block" "true"
|
||||
// "Wrap with block" "true-preview"
|
||||
class X {
|
||||
void foo(int i) {
|
||||
switch(i) {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Create block" "true"
|
||||
// "Create block" "true-preview"
|
||||
class X {
|
||||
void foo(int i) {
|
||||
switch(i) {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Wrap with block" "true"
|
||||
// "Wrap with block" "true-preview"
|
||||
class X {
|
||||
void test(int x) {
|
||||
switch(x) {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Wrap with block" "true"
|
||||
// "Wrap with block" "true-preview"
|
||||
class X {
|
||||
void foo(int i) {
|
||||
switch(i) {
|
||||
|
||||
Reference in New Issue
Block a user