|
Scala example source code file (compound.scala)
The Scala compound.scala source codeabstract class A { type T } abstract class B { val xz: Any } abstract class Test { var yy: A with B { type T; val xz: T } = null; var xx: A with B { type T; val xz: T } = null; xx = yy; } Other Scala examples (source code examples)Here is a short list of links related to this Scala compound.scala source code file: |
... this post is sponsored by my books ... | |
#1 New Release! |
FP Best Seller |
Copyright 1998-2024 Alvin Alexander, alvinalexander.com
All Rights Reserved.
A percentage of advertising revenue from
pages under the /java/jwarehouse
URI on this website is
paid back to open source projects.