Page 1 of 1

[HD Pg 43, Sec. 2.4.1 - the-import-static-statement]

Posted: Sun Jul 28, 2019 11:23 pm
by Username987654
Thus, you cannot use the simple name Values in your code if you haven’t imported
taxes.* or taxes.Test already using the regular import statement.
should be
Thus, you cannot use the simple name Values in your code if you haven’t imported
taxes.* or taxes.Values already using the regular import statement.
?

Re: [HD Pg 43, Sec. 2.4.1 - the-import-static-statement]

Posted: Mon Jul 29, 2019 12:40 am
by admin
Correct. Added to errata.
thank you for your feedback!