Merge pull request #3565 from vargaz/no-free-imt-thunks
[mono.git] / mcs / errors / cs1680.cs
1 // CS1680: Invalid reference alias `SomeIdentifier='. Missing filename
2 // Line: 0
3 // Compiler options: -r:SomeIdentifier=
4
5 using System;
6
7 public class Test
8 {
9 }
10