Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@paulp
Created June 29, 2012 18:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save paulp/3019862 to your computer and use it in GitHub Desktop.
Save paulp/3019862 to your computer and use it in GitHub Desktop.
https://issues.scala-lang.org/browse/SI-5969
uncaught exception during compilation: java.lang.AssertionError
java.lang.AssertionError:
assert(fn.tpe != null, tree)
| | |
g | false
null
https://issues.scala-lang.org/browse/SI-3425
java.lang.AssertionError:
assert(pt eq pt.normalize, tree +" : "+ debugString(pt) +" ~>"+ debugString(pt.normalize))
| | | |
A | A A
false
https://issues.scala-lang.org/browse/SI-5789
java.lang.AssertionError:
assert(mixinClass.isImplClass, "Not an impl class:" +
| |
| false
class Function0$class
https://issues.scala-lang.org/browse/SI-4704
java.lang.AssertionError:
assert(!siteWithinImplClass, currentOwner.enclClass)
||
|true
false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment