mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-18 04:21:24 +07:00
[java-intention] New ModCommands
ChangeExtendsToImplementsFix, ClassMayBeInterfaceInspection, MethodRefCanBeReplacedWithLambdaInspection GitOrigin-RevId: 1ef6864503e633a37c1f1dda1f5604cc9ae978de
This commit is contained in:
committed by
intellij-monorepo-bot
parent
2c12f7c579
commit
1a157d9e68
@@ -1,7 +1,7 @@
|
||||
// "Change 'extends Runnable' to 'implements Runnable'" "true-preview"
|
||||
import java.io.*;
|
||||
|
||||
class a <caret>implements Runnable {
|
||||
class a implements <caret>Runnable {
|
||||
public void run() {
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user