Skip to content

Instantly share code, notes, and snippets.

@jamesgolick
Created September 15, 2010 23:26
Show Gist options
  • Select an option

  • Save jamesgolick/581685 to your computer and use it in GitHub Desktop.

Select an option

Save jamesgolick/581685 to your computer and use it in GitHub Desktop.
[jamesgolick@James-Golicks-MacBook-Pro lib]$ scala
Welcome to Scala version 2.8.0.final (Java HotSpot(TM) 64-Bit Server VM, Java 1.6.0_20).
Type in expressions to have them evaluated.
Type :help for more information.
scala> import scala.collection.mutable.ArrayBuffer
import scala.collection.mutable.ArrayBuffer
scala> classOf[ArrayBuffer[String]].getDeclaredClasses
java.lang.NoClassDefFoundError: scala/collection/mutable/ArrayBuffer$$anonfun$remove$1
at java.lang.Class.getDeclaredClasses0(Native Method)
at java.lang.Class.getDeclaredClasses(Class.java:1699)
at .<init>(<console>:7)
at .<clinit>(<console>)
at RequestResult$.<init>(<console>:9)
at RequestResult$.<clinit>(<console>)
at RequestResult$scala_repl_result(<console>)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at scala.tools.nsc.Interpreter$Request$$anonfun$loadAndRun$1$$anonfun$apply$18.apply(Interpreter.scala:981)
at scala.tools.nsc.Interp...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment