# HG changeset patch # User thomask # Date 1111128705 0 # Node ID c6614ff5368b9b8e627b8124e72a515f2ca21880 # Parent af07ff921d828b70f5fcd77d8f00238a80eaf688 creates a named template Walter 2005-03-17 mail:002e01c52b74$f1da6670$0200a8c0@colossus diff -r af07ff921d82 -r c6614ff5368b nocompile/template_09.d --- a/nocompile/template_09.d Fri Mar 18 06:47:18 2005 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,22 +0,0 @@ -// $HeadURL$ -// $Date$ -// $Author$ - -// @author@ tetsuya -// @date@ 2004-13-13 -// @uri@ news:cpk4vq$1m5a$1@digitaldaemon.com -// @url@ nntp://news.digitalmars.com/digitalmars.D.bugs/2546 - -module dstress.nocompile.template_09; - -template T(){ - class T{ - static void foo() { - } - } -} - -int main(){ - T!()foo; // missing *DOT* !! - return 0; -}