Bugzilla – Attachment 282077 Details for
Bug 488943
Error compiling code that uses generics
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Forgot Password
Test case
test.cs (text/plain), 564 bytes, created by
Gonzalo Paniagua Javier
on 2009-03-25 21:51:09 UTC
(
hide
)
Description:
Test case
Filename:
MIME Type:
Creator:
Gonzalo Paniagua Javier
Created:
2009-03-25 21:51:09 UTC
Size:
564 bytes
patch
obsolete
>using System; >using System.Collections.Generic; > >class Test >{ > static void Main (string[] args) > { > } >} > >public class AssertionExceptionFailureRunnable<T>: BuildableRunnable<T> >{ > protected override void RunCore() {} >} > >public abstract class BuildableRunnable<T> >{ > protected abstract void RunCore(); >} > >public class ThrowChooser<T> >{ > T1 Chain<T1>(T1 buildableRunnable) > where T1 : BuildableRunnable<T> > { > return buildableRunnable; > } > > public BuildableRunnable<T> AssertionException > { > get { return Chain(new AssertionExceptionFailureRunnable<T>()); } > } >}
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 488943
: 282077