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 4de2d2d + 9d8117f commit 9ddbc29Copy full SHA for 9ddbc29
_overviews/reflection/typetags-manifests.md
@@ -13,7 +13,7 @@ languages: [ja]
13
permalink: /overviews/reflection/:title.html
14
---
15
16
-As with other JVM languages, Scala’s types are erased at compile time. This
+As with other JVM languages, Scala’s types are erased at run time. This
17
means that if you were to inspect the runtime type of some instance, you
18
might not have access to all type information that the Scala compiler has
19
available at compile time.
0 commit comments