We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 447d044 + a112531 commit 8a55584Copy full SHA for 8a55584
src/main/scala/scalatutorial/sections/TermsAndTypes.scala
@@ -181,6 +181,7 @@ object TermsAndTypes extends ScalaTutorialSection {
181
* = Exercise =
182
*
183
* Here are some more methods of standard types. Can you guess what they do?
184
+ * If you get stuck, try evaluating each statement in turn in a scala REPL to see what the result is.
185
*/
186
def moreMethods(res0: String, res1: Boolean, res2: String): Unit = {
187
16.toHexString shouldBe res0
0 commit comments