Content deleted Content added
m Signing comment by 134.61.91.20 - "→import in example: new section" |
|||
Line 318:
In the section [[Scala_(programming_language)#Basic_example|Basic example]], it is said:
*Instead of Java's <code>import foo.*;</code>, Scala uses <code>import foo._</code>.
But it looks more like an equivalent of Java's <code>import '''static''' foo.Bar.*;</code>. IS that a mistake in the article or is there more about Scala's import?
Sinthoniel 12:44, 18 December 2015 (UTC)
|