[System.ServiceModel] Prevent crash in Dispatcher.ListenerLoopManager… (#7136)
[mono-project.git] / mono / tests / assemblyresolve_Test.cs
blobd86bbbab3c21ea2e78a722805b1ceae35fd11355
1 using System;
2 using TestBase;
4 namespace Test
6 public class Test : TestBase.TestBase
11 public class ReturnsTestBase {
12 public TestBase.TestBase M () { return null; }