From 443293aaf09eca7c3b88d621d056c4effee2c248 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 10 May 2012 17:54:18 +0200 Subject: Implement option class inheritance For now multiple, non-virtual inheritance is supported. An option class can now also be declared abstract using the class c = 0 {...}; syntax. New option, --exclude-base, controls whether base class information is present in usage and documentation. --- tests/lexer/test-006.cli | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tests/lexer/test-006.cli') diff --git a/tests/lexer/test-006.cli b/tests/lexer/test-006.cli index 706f0f2..d67cea7 100644 --- a/tests/lexer/test-006.cli +++ b/tests/lexer/test-006.cli @@ -11,4 +11,6 @@ baz */ "b"; - /* a a a*/ 5 -// eos \ No newline at end of file +// eos +: +:: -- cgit v1.1