This commit is contained in:
Hackerpilot 2015-06-04 19:23:02 -07:00
parent 8fbb3a513c
commit 95308b9fc5
4 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1 @@
import std.stdio: stderr;

1
tests/issue0102.args Normal file
View File

@ -0,0 +1 @@
--selective_import_space=false

1
tests/issue0102.d Normal file
View File

@ -0,0 +1 @@
import std.stdio : stderr;

View File

@ -0,0 +1 @@
import std.stdio: stderr;