summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/60036-UNI-11993.cs
blob: bf7035370a8637201712299e8dd52814675706d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
namespace Namespace
{
    public class Class
    {
        #if DEBUG
        public statc foo()
        {
        }

        #endif
    }
}