Static imports by default
commit22e0d65d4ef9c04f8381a8a5ecfafd2dcef9df1d
authorThomas Leonard <talex5@gmail.com>
Sun, 12 Oct 2008 09:28:21 +0000 (12 10:28 +0100)
committerThomas Leonard <talex5@gmail.com>
Sun, 12 Oct 2008 09:28:21 +0000 (12 10:28 +0100)
tree1f3e4d0c9a404d671b5bad2e76ae0a9d28658e0d
parent0b04fbeccdf361b7f1800adff1c69ebd8b357c37
Static imports by default

import dlt.io # static import
import dlt.io: Printer # symbol import
import dlt.io: * # D-style import all

Suggested by Leonardo and others.
dmd2/parse.c