Merge pull request #5428 from kumpera/wasm-support-p2
[mono.git] / mono / tests / reflection-load-with-context-second-lib.cs
1 using System;
2
3 namespace A
4 {
5         public class ClassA {}
6         public class AnotherClassA {}
7 }