branch: elpa/dart-mode
commit 464e07b8fcbc847e5ab042395b9ebb9c255d343c
Author: Nathan Weizenbaum <[email protected]>
Commit: Nathan Weizenbaum <[email protected]>

    Get rid of a now-inapplicable known bug.
---
 dart-mode.el | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dart-mode.el b/dart-mode.el
index 62a1253..ad6c738 100644
--- a/dart-mode.el
+++ b/dart-mode.el
@@ -34,7 +34,6 @@
 ;; * In a map with identifier keys, the first key is fontified like a label.
 ;; * Return values for operator methods aren't fontified correctly.
 ;; * String interpolation isn't fontified as Dart.
-;; * Methods and constructors without return types aren't fontified correctly.
 ;; * Untyped parameters aren't fontified correctly.
 
 ;;; Code:

Reply via email to