2003-01-21 Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
[mono.git] / mcs / errors / cs1012.cs
1 // cs1012: Too many characters in character literal
2 // Line: 5
3
4 class x {
5         char x = 'xx';
6 }