* roottypes.cs: Rename from tree.cs.
[mono.git] / mcs / ilasm / errors / test-perm_fail-2.il
1 .assembly extern mscorlib
2 {
3 }
4 .assembly 'test-perm_fail-2'
5 {
6 }
7
8   .class interface public auto ansi abstract foo
9   {
10
11     .method public virtual  hidebysig  newslot  abstract 
12            instance default void abc ()  cil managed 
13     {
14         //reqopt allowed only for .assembly
15         .permission reqopt [mscorlib]System.Security.Permissions.IsolatedStorageFilePermissionAttribute ("UsageAllowed"=[mscorlib]System.Security.Permissions.IsolatedStorageContainment (16))
16     
17     }
18   }