alvinalexander.com | career | drupal | java | mac | mysql | perl | scala | uml | unix  

Scala example source code file (depmet_1.check)

This example Scala source code file (depmet_1.check) is included in the DevDaily.com "Java Source Code Warehouse" project. The intent of this project is to help you "Learn Java by Example" TM.

Java - Scala tags/keywords

string, string, unit, unit

The Scala depmet_1.check source code

depmet_1.scala:2: error: illegal dependent method type: parameter appears in the type of another parameter in the same section or an earlier one
  def precise0(y: x.type)(x: String): Unit = {}
                          ^
depmet_1.scala:3: error: illegal dependent method type: parameter appears in the type of another parameter in the same section or an earlier one
  def precise1(x: String, y: x.type): Unit = {}
               ^
depmet_1.scala:4: error: not found: value y
  def precise2[T <: y.type](y: String): Unit = {}
                    ^
three errors found

Other Scala examples (source code examples)

Here is a short list of links related to this Scala depmet_1.check source code file:

... this post is sponsored by my books ...

#1 New Release!

FP Best Seller

 

new blog posts

 

Copyright 1998-2021 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.