restore backward compatibility again (throw exception instead of SOE)

This commit is contained in:
Dmitry Batkovich
2018-02-06 15:03:35 +03:00
parent 82d3c42827
commit 1aafe0bf2e
@@ -42,7 +42,7 @@ public interface RefParameter extends RefJavaElement {
@Deprecated
@Nullable
default String getActualValueIfSame() {
return String.valueOf(getActualConstValue());
throw new UnsupportedOperationException();
}