We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f685a0f commit 8b31a5eCopy full SHA for 8b31a5e
src/FAST-Java-Model-Generator/FASTJavaMetamodelGenerator.class.st
@@ -802,6 +802,8 @@ FASTJavaMetamodelGenerator >> defineClasses [
802
javaLongTypeExpression withTesting.
803
javaShortTypeExpression := self newClassNamed: #ShortTypeExpression comment: 'I represent a short type'.
804
javaShortTypeExpression withTesting.
805
+ javaVarTypeExpression := self newClassNamed: #VarTypeExpression comment: 'I represent a var type (type inference)'.
806
+ javaVarTypeExpression withTesting.
807
javaVoidTypeExpression := self newClassNamed: #VoidTypeExpression comment: 'I represent a short type'.
808
javaVoidTypeExpression withTesting.
809
0 commit comments