Add assert when dllmap is disabled and fix support build in netcore mode
[mono-project.git] / mono / tests / reflection-load-with-context-second-lib.cs
blob4458aad50ea301151c7481abcfb29f694593d2ee
1 using System;
3 namespace A
5 public class ClassA {}
6 public class AnotherClassA {}