Advertisement
Guest User

Untitled

a guest
Apr 19th, 2014
377
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Scala 0.16 KB | None | 0 0
  1. type MyTag[+A] = reflect.ClassTag[A @annotation.unchecked.uncheckedVariance]
  2.  
  3. def ???[A](implicit A: MyTag[A]): A =
  4.   sys.error(s"unimplemented value of type $A")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement