@@ -1113,10 +1113,14 @@ type = FLOATING; } } + if (Character.isJavaIdentifierStart(ch0)) { + error(Lexer.message("missing.space.after.number"), type, position, 1); + } + // Add number token. add(type, start); } /**