Skip to content

Commit

Permalink
deprecate createTypeExpression
Browse files Browse the repository at this point in the history
  • Loading branch information
SE-FDr committed Dec 9, 2024
1 parent 61a6932 commit cb3a59d
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -212,8 +212,10 @@ public static SymTypeExpression createTypeExpression(TypeSymbol typeSymbol) {
*
* @param name
* @param scope
* @return
* @deprecated use TypeCheck to get SymTypeExpressions from MCTypes,
* this method is rather incorrect/incomplete
*/
@Deprecated
public static SymTypeExpression createTypeExpression(String name, IBasicSymbolsScope scope) {
SymTypeExpression o;
if ("void".equals(name)) {
Expand Down

0 comments on commit cb3a59d

Please sign in to comment.