10 lines
73 B
C#
10 lines
73 B
C#
|
// Compiler options: -t:library
|
||
|
|
||
|
public class C : I
|
||
|
{
|
||
|
}
|
||
|
|
||
|
interface I
|
||
|
{
|
||
|
}
|