8000
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 16ca78a + d563222 commit 88bae66Copy full SHA for 88bae66
cheatsheets/index.md
@@ -78,3 +78,4 @@ about: Thanks to <a href="http://brenocon.com/">Brendan O'Connor</a>, this cheat
78
| `classOf[String]` | class literal. |
79
| `x.isInstanceOf[String]` | type check (runtime) |
80
| `x.asInstanceOf[String]` | type cast (runtime) |
81
+| `x : String` | ascription (compile time) |
0 commit comments