Minor, removed Contract from deparenthesize
and added some asserts
This commit is contained in:
@@ -76,7 +76,6 @@ public class JetPsiUtil {
|
||||
}
|
||||
|
||||
@Nullable
|
||||
@Contract("!null -> !null")
|
||||
public static JetExpression deparenthesize(@Nullable JetExpression expression) {
|
||||
return deparenthesize(expression, /* deparenthesizeBinaryExpressionWithTypeRHS = */ true);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user