Skip to content

Instantly share code, notes, and snippets.

@patrick-premont
Last active August 29, 2015 14:05
Show Gist options
  • Save patrick-premont/94b3e854d1c60f461ef4 to your computer and use it in GitHub Desktop.
Save patrick-premont/94b3e854d1c60f461ef4 to your computer and use it in GitHub Desktop.
def main() = {
val lv: Int = 0
def ld : Int = 0
trait A {
val v: Int
def d : Int
def d0() : Int
val vf : () => Int
def df : () => Int
}
val a : A = null
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment