[loader] LoadFrom of problematic images should reprobe
[mono-project.git] / mcs / errors / cs0106-7.cs
blob43b8486a16340fd771058ddab597e72c231c7653
1 // CS0106: The modifier `abstract' is not valid for this item
2 // Line: 6
4 struct S
6 public abstract int Prop {
7 set {}