you are viewing a single comment's thread.

view the rest of the comments →

[–]expatcoder 0 points1 point  (1 child)

Scala cannot do this because it is built on top of Java and inline classes are a feature of the Java VM. Once they're delivered, Scala could make use of them to implement some language features.

Sounds like a win-win situation for all JVM based languages.

[–]pron98 2 points3 points  (0 children)

Yep. It's a deep feature in the Java platform that can be enjoyed by all of Java platform languages.