[loader] Don't assert on abstract methods in get_method_constrained (#6109)
commit58d94f4f7fba387eaf290cfe5a1b73c5b19ccd1d
authorAleksey Kliger (λgeek) <akliger@gmail.com>
Tue, 28 Nov 2017 20:02:28 +0000 (28 15:02 -0500)
committerLudovic Henry <luhenry@microsoft.com>
Tue, 28 Nov 2017 20:02:28 +0000 (28 15:02 -0500)
treee05f777b16099bff9ca4ed0a88a623726913f4b4
parentb4eb34de9ba6ae6ad17f5b31b56260b4a92b7bdb
[loader] Don't assert on abstract methods in get_method_constrained (#6109)

If the constrained class is abstract, it might not implement the given method.
mono/metadata/loader.c