Compilation error (line 11, col 12): Argument 1: cannot convert from 'out Program.A' to 'out Program.B'
Compilation error (line 16, col 3): Since 'Program.GetB(out Program.B)' returns void, a return keyword must not be followed by an object expression
Compilation error (line 16, col 3): The out parameter 'result' must be assigned to before control leaves the current method