Vyacheslav Zakharin | f7d079e | 2018-11-27 18:57:43 +0000 | [diff] [blame] | 1 | class test<code C> { |
2 | code Code = C; | ||||
3 | } | ||||
4 | |||||
5 | // TableGen used to allow code blocks starting in one file | ||||
6 | // and finishing in the parent one. This test checks | ||||
7 | // that this is reported as an error from now on. | ||||
8 | def foo : test<[{ hello world! |