mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-30 18:28:55 +07:00
[intention-preview] ConvertInterfaceToClassFix
GitOrigin-RevId: 0eaa24c14a74ead8fcd085958ea6a1530176c9e8
This commit is contained in:
committed by
intellij-monorepo-bot
parent
068edf649a
commit
98ae394300
@@ -1,4 +1,4 @@
|
||||
// "Convert to 'class'" "true"
|
||||
// "Convert to 'class'" "true-preview"
|
||||
|
||||
abstract class A {
|
||||
public A() {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Convert to 'class'" "true"
|
||||
// "Convert to 'class'" "true-preview"
|
||||
|
||||
abstract class A {
|
||||
public A();
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Convert to 'class'" "true"
|
||||
// "Convert to 'class'" "true-preview"
|
||||
|
||||
abstract class A {
|
||||
{};
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Convert to 'class'" "true"
|
||||
// "Convert to 'class'" "true-preview"
|
||||
|
||||
abstract class A {
|
||||
static {};
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Convert to 'class'" "true"
|
||||
// "Convert to 'class'" "true-preview"
|
||||
|
||||
interface A {
|
||||
A()<caret> {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Convert to 'class'" "true"
|
||||
// "Convert to 'class'" "true-preview"
|
||||
|
||||
interface A {
|
||||
A()<caret>;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Convert to 'class'" "true"
|
||||
// "Convert to 'class'" "true-preview"
|
||||
|
||||
interface A {
|
||||
{}<caret>;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Convert to 'class'" "true"
|
||||
// "Convert to 'class'" "true-preview"
|
||||
|
||||
interface A {
|
||||
static {}<caret>;
|
||||
|
||||
Reference in New Issue
Block a user