https://issues.dlang.org/show_bug.cgi?id=16093
--- Comment #4 from Max Samukha <[email protected]> --- (In reply to Max Samukha from comment #0) > void bar(alias f)() { > f(); > } > > void main() { > void f()() { > } > bar!f(); > } > > Error: function test.main.f!().f is a nested function and cannot be accessed > from test.bar!(f).bar > Note that it compiles ok with -inline. --
