Commit 687a0ca
authored
Changed trait declaration from "StaticExample" to "T" to match usage.
Problem:
The example declared trait "StaticExample" but referenced trait "T" in the class definition, causing a fatal error:
Fatal error: Uncaught Error: Trait "T" not found in script:8
Stack trace:
#0 {main}
1 parent 0b44166 commit 687a0ca
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
482 | 482 | | |
483 | 483 | | |
484 | 484 | | |
485 | | - | |
| 485 | + | |
486 | 486 | | |
487 | 487 | | |
488 | 488 | | |
| |||
0 commit comments