Browse Source

Additional test (deactivated)

pull/1586/head
Siegfried Pammer 6 years ago
parent
commit
bb066dbd04
  1. 11
      ICSharpCode.Decompiler.Tests/TestCases/Pretty/LocalFunctions.cs

11
ICSharpCode.Decompiler.Tests/TestCases/Pretty/LocalFunctions.cs

@ -234,5 +234,16 @@ namespace LocalFunctions @@ -234,5 +234,16 @@ namespace LocalFunctions
}
});
}
//public static void LocalFunctionInUsing()
//{
// using (MemoryStream memoryStream = new MemoryStream()) {
// Do();
// void Do()
// {
// memoryStream.WriteByte(42);
// }
// }
//}
}
}

Loading…
Cancel
Save