mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
don't lose valuable diagnostic message (EA-38136 - PIEAE: PyFunctionImpl.a)
This commit is contained in:
@@ -75,7 +75,7 @@ public class PyUnionType implements PyType {
|
||||
public void assertValid(String message) {
|
||||
for (PyType member : myMembers) {
|
||||
if (member != null) {
|
||||
member.assertValid(null);
|
||||
member.assertValid(message);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user