Advertisement
eallik

Untitled

Sep 24th, 2014
270
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Scala 0.17 KB | None | 0 0
  1. trait Foo
  2.  
  3. val x = new Object
  4. val y = x with Foo
  5.  
  6.  
  7. // traittest.scala:4: error: ';' expected but 'with' found.
  8. // val y = x with Foo
  9. //           ^
  10. // one error found
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement