Welcome to mirror list, hosted at ThFree Co, Russian Federation.

test-nonsealed-valueclass.il « tests « ilasm « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 368031bc0e3ce243d1dbfea391ef1e7b5c503ddc (plain)
1
2
3
4
5
6
7
// Test for a non-sealed value class
// ilasm gives a warning and seals the class

.class public test 
 extends [mscorlib]System.ValueType
{
}