[intention-preview] ConvertInterfaceToClassFix

GitOrigin-RevId: 0eaa24c14a74ead8fcd085958ea6a1530176c9e8
This commit is contained in:
Mikhail Pyltsin
2023-01-18 12:22:54 +01:00
committed by intellij-monorepo-bot
parent 068edf649a
commit 98ae394300
9 changed files with 27 additions and 8 deletions

View File

@@ -1,4 +1,4 @@
// "Convert to 'class'" "true"
// "Convert to 'class'" "true-preview"
abstract class A {
public A() {

View File

@@ -1,4 +1,4 @@
// "Convert to 'class'" "true"
// "Convert to 'class'" "true-preview"
abstract class A {
public A();

View File

@@ -1,4 +1,4 @@
// "Convert to 'class'" "true"
// "Convert to 'class'" "true-preview"
abstract class A {
{};

View File

@@ -1,4 +1,4 @@
// "Convert to 'class'" "true"
// "Convert to 'class'" "true-preview"
abstract class A {
static {};

View File

@@ -1,4 +1,4 @@
// "Convert to 'class'" "true"
// "Convert to 'class'" "true-preview"
interface A {
A()<caret> {

View File

@@ -1,4 +1,4 @@
// "Convert to 'class'" "true"
// "Convert to 'class'" "true-preview"
interface A {
A()<caret>;

View File

@@ -1,4 +1,4 @@
// "Convert to 'class'" "true"
// "Convert to 'class'" "true-preview"
interface A {
{}<caret>;

View File

@@ -1,4 +1,4 @@
// "Convert to 'class'" "true"
// "Convert to 'class'" "true-preview"
interface A {
static {}<caret>;