ChangeLog: Updated ChangeLog
[mono.git] / mcs / errors / cs8213.cs
1 // cs8213.cs: This feature requires MCS v2 support (pass the -v2 flag to mcs)
2 // Line: 3
3 class X<V> : V
4 {
5 }
6