Adding Simple UFCS

Added UFCS navigation

Adding test cases for ufcs

With ufcs update expected test

Updated UFCS with templating support

Removing template function.
This commit is contained in:
davu 2022-10-02 10:54:20 +02:00 committed by Jan Jurzitza
parent 2d9084ff77
commit 9e60ab8b2c
12 changed files with 437 additions and 5 deletions

View file

@ -0,0 +1,5 @@
set -e
set -u
../../bin/dcd-client $1 -c100 -I"$PWD"/fooutils file.d > actual.txt
diff actual.txt expected.txt