This compiles and prints hello. ```d string foo(return in string s) @safe { return s; } ``` So the problem here is something to do with -preview=in and return detection of DIP1000.