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

gcs0246.cs « errors « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7650338f098b31430a7a0ad249f3f69d49b9f85c (plain)
1
2
3
4
class X
{
	NotExist<float> foo;
}