Quellcode durchsuchen

[display] final too actually

That should be all though?
Jens Fischer vor 6 Jahren
Ursprung
Commit
7c9c410efa
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      src/context/display/displayToplevel.ml

+ 1 - 1
src/context/display/displayToplevel.ml

@@ -322,7 +322,7 @@ let collect ctx tk with_type =
 
 		(* keywords *)
 		let kwds = [
-			Function; Var; If; Else; While; Do; For; Break; Return; Continue; Switch;
+			Function; Var; Final; If; Else; While; Do; For; Break; Return; Continue; Switch;
 			Try; New; Throw; Untyped; Cast; Inline;
 		] in
 		List.iter (fun kwd -> add(make_ci_keyword kwd) (Some (s_keyword kwd))) kwds;