cs0246.cs 67 B

1234
  1. // cs0246.cs: can not find type `B'
  2. // Line: 4
  3. interface A : B {
  4. }