When dynamically compiling script with a class with a nested class defined, the colle...
authorgodFather89 <tatarandrei@gmail.com>
Mon, 12 May 2014 09:29:51 +0000 (05:29 -0400)
committergodFather89 <tatarandrei@gmail.com>
Mon, 12 May 2014 09:29:51 +0000 (05:29 -0400)
commitb2a6ea31bde6a183533c8d0473bd4192029094b9
treee743600c272609814cc2dd96b6d365eaafa39e16
parent068462ab14f8d719c5f24bc35b9857571a5c390d
When dynamically compiling script with a class with a nested class defined, the collection would be null.
Example:
class test
{
 class asd
 {
 }
}
mcs/mcs/eval.cs