Bugzilla – Attachment 201298 Details for
Bug 370414
Missing CS0136
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Forgot Password
Test Case
Test14.cs (text/x-csharp), 452 bytes, created by
Jonathan Pobst
on 2008-03-13 15:18:44 UTC
(
hide
)
Description:
Test Case
Filename:
MIME Type:
Creator:
Jonathan Pobst
Created:
2008-03-13 15:18:44 UTC
Size:
452 bytes
patch
obsolete
>using System; > >public class TestCase >{ > static void Main () > { > string s = "A"; > > switch (s) { > case "A": > if (true) { > int i = 1; > Console.WriteLine (i); > } > break; > case "B": > int i = 1; > Console.WriteLine (i); > break; > } > > } > > static public bool OutParameter (out MyStruct strukt) > { > strukt.MyField = "bob"; > return true; > } >} > >public struct MyStruct >{ > public string MyField; >}
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 370414
: 201298