LastExceed
class AA
x: Int
class BB
y: Int
BB
AA
val x: AA = BB(1,2)
andylamax
A modern programming language that makes developers happier.