Allow constructors to be called like regular methods. Fixes #4183
authorRodrigo Kumpera <kumpera@gmail.com>
Mon, 3 Sep 2012 15:10:55 +0000 (12:10 -0300)
committerRodrigo Kumpera <kumpera@gmail.com>
Mon, 3 Sep 2012 15:12:18 +0000 (12:12 -0300)
commit7ce5e0a556667a54ec03dfdf2c179b75866dcf7c
tree32bff9e7a9ca7e1c4e2aefd58f4f109b7ce62e04
parent5e35b21ef703e62910a13b65d09556da5da43ef0
Allow constructors to be called like regular methods. Fixes #4183

* verify.c: MS allows constructors to be called like regular
methods, so we allow it under non-strict mode.
mono/metadata/verify.c