Bugzilla – Attachment 419194 Details for
Bug 679467
.cctors run in incorrect order
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Forgot Password
Repro
test.cs (text/plain), 352 bytes, created by
Jeroen Frijters
on 2011-03-14 17:25:20 UTC
(
hide
)
Description:
Repro
Filename:
MIME Type:
Creator:
Jeroen Frijters
Created:
2011-03-14 17:25:20 UTC
Size:
352 bytes
patch
obsolete
>using System; > >class A >{ > static A() > { > Console.WriteLine("A"); > Console.WriteLine(B.d); > Console.WriteLine(B.d); > } >} > >class B >{ > internal static B[] d; > > static B() > { > Console.WriteLine("B"); > } > > public virtual void Foo() { } >} > >class Program >{ > public static void Main() > { > new A(); > } >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
Actions:
View
Attachments on
bug 679467
: 419194