emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/phps-mode a5714e1de9 2/5: Removed fixed TODO item


From: Christian Johansson
Subject: [elpa] externals/phps-mode a5714e1de9 2/5: Removed fixed TODO item
Date: Sun, 5 Mar 2023 03:43:32 -0500 (EST)

branch: externals/phps-mode
commit a5714e1de9d502e097e8e960bd2907c0957753eb
Author: christian <christian@cvj.se>
Commit: christian <christian@cvj.se>

    Removed fixed TODO item
---
 TODO.md | 16 ----------------
 1 file changed, 16 deletions(-)

diff --git a/TODO.md b/TODO.md
index b2cd6d4e62..7929711626 100644
--- a/TODO.md
+++ b/TODO.md
@@ -31,19 +31,3 @@
 ## Other
 
 * Support for mmm-mode or similar?
-
-* Failing parse of
-
-<?php
-trait Foo
-{
-    public const CONSTANT = 1;
-}
-
-class Bar
-{
-    use Foo;
-}
-
-var_dump(Bar::CONSTANT); // 1
-var_dump(Foo::CONSTANT); // Error
\ No newline at end of file



reply via email to

[Prev in Thread] Current Thread [Next in Thread]