[mcs] Reset also all partial parts current-type
[mono-project.git] / mcs / errors / cs2019.cs
blob730ee6f299ce0e11e39a0a1a0aed8979324f75f4
1 // CS2019: Invalid target type for -target. Valid options are `exe', `winexe', `library' or `module'
2 // Line: 0
3 // Compiler options: -target:unknown
5 class ClassMain {
6 public static void Main () {}