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

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

[elpa] externals/phps-mode cf789fcb79 1/5: Added TODO item


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

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

    Added TODO item
---
 TODO.md | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/TODO.md b/TODO.md
index 9cde172792..b2cd6d4e62 100644
--- a/TODO.md
+++ b/TODO.md
@@ -32,3 +32,18 @@
 
 * 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]