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

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