EncoderReplacementFallbackBuffer.Reset() did not really reset its internals.
[mono-project/dkf.git] / mcs / tests / test-354.cs
blob12e96aa8ada09d7dfca95109de102a6bea4813fe
1 class MYAttr : System.Attribute {
4 [MYAttr]
5 partial class A {
6 static void Main () {
10 partial class A {
11 int i;