|
Scala example source code file (Trac484.scala)
The Scala Trac484.scala source codeclass RefinementAndExistentials { type Foo = { type Dingus def bippy(x: Int): String def dingus(): String } type Bar = { type Dingus <: T forSome { type T <: String } } def f(x: Foo) = 51 def g(x: T forSome { type T <: String }) = x def h(x: Float): { def quux(x: Int, y: Int): Int } = new { def quux(x: Int, y: Int) = 55 } def hh(x: Float) = new { def quux(x: Int, y: Int) = 55 } def j(x: Int): Bar = sys.error("") def k(): AnyRef { type Dingus <: T forSome { type T <: String } } = sys.error("") } Other Scala examples (source code examples)Here is a short list of links related to this Scala Trac484.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.