Minor, added Contract to JetPsiUtil.deparenthesize()

This commit is contained in:
Denis Zharkov
2014-06-30 17:39:38 +04:00
committed by Alexander Udalov
parent 9aa5e85bde
commit 3dea4bc07d
@@ -76,6 +76,7 @@ public class JetPsiUtil {
}
@Nullable
@Contract("!null -> !null")
public static JetExpression deparenthesize(@Nullable JetExpression expression) {
return deparenthesize(expression, /* deparenthesizeBinaryExpressionWithTypeRHS = */ true);
}