Synthetic Function “##” in scala

后端 未结 0 736
無奈伤痛
無奈伤痛 2021-02-12 17:43

I recently saw some code like this code:

val x: Any = \"a\"
val y = x.## // y: Int = 97

Well, ok the output is just the ASCI value of \'a\', bu

相关标签:
回答
  • 消灭零回复
提交回复
热议问题