Guest User

Untitled

a guest
Jul 19th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. class Foo (val x: Int, protected val y: String, protected var z: String) { }
  2.  
  3. object Foo {
  4. def apply(obj: Thing) { return new Foo(obj.x, obj.q, ""); }
  5. }
Add Comment
Please, Sign In to add comment