You've already forked linux-packaging-mono
16 lines
109 B
C#
16 lines
109 B
C#
|
|
using System;
|
||
|
|
|
||
|
|
namespace Mono.Tests
|
||
|
|
{
|
||
|
|
public class Sample
|
||
|
|
{
|
||
|
|
Sample ()
|
||
|
|
{
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
class Another
|
||
|
|
{
|
||
|
|
}
|
||
|
|
}
|