fail59

Undocumented in source.
immutable
auto fail59 = q{--- fail59 // Returning a type instead of a type instance struct S{} S run() { return S; } --- <error> fail59:4:3: Error: Cannot implicitly convert expression of type `$type` to `S` };

Meta