Merge branch 'import-text-encoding-2'
[mono.git] / mcs / errors / cs1525-22.cs
1 // CS1525: Unexpected symbol `::'
2 // Line: 4
3
4 namespace a::b
5 {
6 }