What is the "underlying type" in Scala? -


recently have stumbled upon scalac error message complaining 2 types not being same though "underlying type" same. regardless of error , specifics, i'm curious "underlying type". ?

for singleton type x.type it's type of x. example, if have val x: int underlying type of x.type int.


Comments

Popular posts from this blog

html - Difficulties with background-image property -

visual studio code - What does the isShellCommand property actually do and how should you use it? -

ios - Segue not passing data between ViewControllers -