Welcome to mirror list, hosted at ThFree Co, Russian Federation.

two.cs « tests « ilasm « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9f84911b76909a5f6066992be9b0acb1504732d6 (plain)
1
2
3
4
5
6
7
public class outer {
	public class inner {
	}
}

public class gen <T> {
}