On 1/12/24 07:17, Walter Bright wrote: > Please post an example of a problem it cannot detect. For example: ```d import std.stdio; void main(){ int x=2,y=3; writefln(i"%success: $y",x); } ```