[Mono-bugs] [Bug 56452][Wis] Changed - CS0626: extern method with no impl

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sun, 4 Apr 2004 12:34:46 -0400 (EDT)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by bmaurer@users.sf.net.

http://bugzilla.ximian.com/show_bug.cgi?id=56452

--- shadow/56452	2004-04-04 12:32:52.000000000 -0400
+++ shadow/56452.tmp.28135	2004-04-04 12:34:46.000000000 -0400
@@ -144,6 +144,12 @@
    at Mono.CSharp.Driver.MainDriver(String[] args)
    at Mono.CSharp.Driver.Main(String[] args)
 
 So this is a runtime bug, an mcs bug *AND* a s.r.e bug.
 
 I love these ones.
+
+------- Additional Comments From bmaurer@users.sf.net  2004-04-04 12:34 -------
+Ok, so obviously we cant go with a warning, because when we emit it,
+we should get an exception.
+
+Andrew, very nice catch here.