Revert "[2018-06] [System]: `MonoTlsStream` is now `IDisposable` and cleans up on...
[mono-project.git] / mono / tests / bug-36848-a.cs
blob5af43549622148008d9909e963eea7c7d003e1ec
1 using System;
3 namespace Application
5 public interface IMyInterface
7 void Run ();
8 #if WITH_STOP
9 void Stop ();
10 #endif