We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80f4cf0 commit 40b505dCopy full SHA for 40b505d
1 file changed
CodeModel/src/main/java/org/openzen/zenscript/codemodel/compilation/CompileErrors.java
@@ -203,7 +203,7 @@ public static CompileError genericMapConstructedEmpty() {
203
}
204
205
public static CompileError invalidMapType(TypeID type) {
206
- return new CompileError(CompileExceptionCode.INVALID_TYPE, "Cannot construct map from type " + type);
+ return new CompileError(CompileExceptionCode.INVALID_TYPE, "Cannot construct type " + type + " from map");
207
208
209
public static CompileError invalidMapKey() {
0 commit comments