Skip to content

Instantly share code, notes, and snippets.

@kmizu
Created March 30, 2010 10:57
Show Gist options
  • Save kmizu/349004 to your computer and use it in GitHub Desktop.
Save kmizu/349004 to your computer and use it in GitHub Desktop.
object CommentInTypeAlias {
type Callable[A] = {
/** This is a dummy comment. */
def call: A
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment