mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 06:11:42 +07:00
test for IDEA-53184
This commit is contained in:
+5
@@ -59,4 +59,9 @@ class serializableSubclassOfAbstractNoSerializable extends abstractNoSerializabl
|
||||
public static void main(String[] args) {
|
||||
System.out.println(new serializableSubclassOfAbstractNoSerializable().toString());
|
||||
}
|
||||
static {
|
||||
new a();
|
||||
new b();
|
||||
}
|
||||
static final long serialVersionUID = 20130808044800000L;
|
||||
}
|
||||
Reference in New Issue
Block a user