[interp] Fall back to old implementation when calling on proxy
[mono-project.git] / mcs / errors / cs0579-9.cs
blob43461affc4ada0e334eed395ddcbaed657750095
1 // CS0579: The attribute `TestAttributesCollecting.A' cannot be applied multiple times
2 // Line: 19
4 using System;
6 namespace TestAttributesCollecting
8 class A : Attribute
10 public A (int a)
15 partial class G1<[A (1)]T>
19 partial class G1<[A (2)]T>