Check if the method signature has type parameters when it shouldn't.
commitc3ff5bf8e945ddb6c3f5e217a3db060977677a2b
authorRodrigo Kumpera <kumpera@gmail.com>
Thu, 6 Jan 2011 14:28:17 +0000 (6 15:28 +0100)
committerRodrigo Kumpera <kumpera@gmail.com>
Thu, 6 Jan 2011 14:29:54 +0000 (6 15:29 +0100)
treeebd056ccde9eddcc46bb2d7c3562bde17767e2d8
parentb99bbf419fdacd7fcb98b99865637dcf6f84f6a5
Check if the method signature has type parameters when it shouldn't.

* verify.c (mono_method_verify): If neither the method or
its class is generic a signature can't have type parametets.

Fixes #662238
mono/metadata/verify.c