README
------

Version 2.7.7.final of the Scala library CANNOT be converted to .dex files
due to a compiler bug with the bytecode generation.

Use instead version 2.8.0.final or newer of the Scala library.


The Scala Team


-------------------------------------------------------------------------------
The error output generated by the dx tool is the following:

UNEXPECTED TOP-LEVEL EXCEPTION:
com.android.dx.cf.code.SimException: local 0004: invalid
	at com.android.dx.dex.cf.CfTranslator.translate0(CfTranslator.java:131)
	...
	at com.android.dx.command.Main.main(Main.java:89)
...at bytecode offset 000000f2
locals[0000]: Lscala/collection/RollbackIterator;
locals[0001]: Lscala/Function0;
locals[0002]: Lscala/Option;
locals[0003]: Lscala/Option;
locals[0004]: <invalid>
locals[0005]: <invalid>
locals[0006]: <invalid>
...while working on block 00f2
...while working on method tryRead:(Lscala/Function0;)Lscala/Option;
...while processing tryRead (Lscala/Function0;)Lscala/Option;
...while processing scala/collection/RollbackIterator.class

