Let's wrapp everything in parens.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4400 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -232,7 +232,7 @@ public class GenUtil
|
||||
} else if (clazz == Double.TYPE) {
|
||||
return "(" + name + " as Double).value";
|
||||
} else {
|
||||
return name + " as " + simpleASName(clazz);
|
||||
return "(" + name + " as " + simpleASName(clazz) + ")";
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user