mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 00:11:26 +07:00
make class abstract too on making method abstract (IDEA-23358)
This commit is contained in:
+2
-2
@@ -1,6 +1,6 @@
|
||||
// "Make 'f' abstract" "true"
|
||||
import java.io.*;
|
||||
|
||||
class a {
|
||||
<caret>public abstract void f();
|
||||
abstract class a {
|
||||
public abstract void f();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user