summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.73.0/tests/input/cs/UNI-19644.cs
blob: da76bfbc696d8be1758b8a92f4bc3ff2e140cf54 (plain)
1
2
3
4
5
6
7
//It deletes the space after {
class Foo 
{
    extern internal bool canAccess { [NativeMethod(Name = "CanAccessFromScript")] get; }

    extern public int subMeshCount { get; [NativeMethod(Name = "CanAccessFromScript")] set; } 
}