DEBSOURCES
Skip Quicknav
sources / mono / 6.8.0.105%2Bdfsg-3.3 / mcs / errors / cs0246-16.cs
12345678
// CS0246: The type or namespace name `B' could not be found. Are you missing an assembly reference? // Line: 4 class A : B { public class B { } }