summaryrefslogtreecommitdiff
path: root/mcs/errors/cs0432-4.cs
blob: a02298a4b77d74fe713326178a0e74920f14fc0f (plain)
1
2
3
4
5
// CS0432: Alias `X' not found
// Line: 5

using X = System;
using X::Collections.Generic;