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

gcs0692.cs « errors « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1dd56c7132c4a980e36f4374ae10c0274c454458 (plain)
1
2
3
4
5
// 
// Two type parameters might not have the same name
//
class X <A,A> {
}