summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.74.0/tests/expected/cs/60024-UNI-19644.cs
blob: eb0d4c9c24cd87eb60522ef196ea79bce85dccc0 (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; }
}