impliedStaticImports

Names of static fields/methods which are automatically imported. The value is a Pair of the class name and the field/method name.

The following achieve the same results :

impliedImportStaticNames["foo"] = Pair("my.package.MyClass", "foo")

import static my.package.MyClass.foo