Minor, removed Contract from deparenthesize

and added some asserts
This commit is contained in:
Denis Zharkov
2014-12-01 13:40:06 +03:00
parent 0d03253f4e
commit 669f5e7b87
2 changed files with 7 additions and 2 deletions
@@ -76,7 +76,6 @@ public class JetPsiUtil {
}
@Nullable
@Contract("!null -> !null")
public static JetExpression deparenthesize(@Nullable JetExpression expression) {
return deparenthesize(expression, /* deparenthesizeBinaryExpressionWithTypeRHS = */ true);
}