for "build" config, import corlib common sources at unix instead (#11989)
[mono-project.git] / mcs / errors / cs0432-5.cs
blob6801d320578ca8410ba2b2e99ce647b33ed2aa6e
1 // CS0432: Alias `BB' not found
2 // Line: 13
4 namespace A
6 using BB = System.Collections.Generic;
9 namespace A.B
11 class X
13 BB::List<int> p;