Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions src/main/scala/scalatutorial/sections/TermsAndTypes.scala
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,9 @@ object TermsAndTypes extends ScalaTutorialSection {
*/
def staticTyping(res0: Int): Unit =
1 to res0
/*
* Now add in a type that is an Int and watch it compile.
*/

/**
* = Common Types =
Expand Down