blob: b4679ab0da6cebde7a13564b9fbaa4f719ad236e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
// Compiler options: -t:library
using System.Collections.Generic;
public sealed class SD<K, V>
{
public struct S
{
public struct E
{
private Stack<A> s;
}
}
private class A
{
}
}
|