mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-25 19:29:30 +07:00
substitute base class according to resolve place
EA-90836 - assert: InferenceSession.collectApplicabilityConstraints
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
package p;
|
||||
|
||||
import java.io.FileReader;
|
||||
import java.io.IOException;
|
||||
|
||||
public class PersistentMap<K, V> extends FileReader {
|
||||
public void close() throws IOException {}
|
||||
}
|
||||
Reference in New Issue
Block a user