aboutsummaryrefslogtreecommitdiff
path: root/test/test/DottyBytecodeTest.scala
Commit message (Collapse)AuthorAgeFilesLines
* DottyBytecodeTest: fix diffInstructions outputGuillaume Martres2016-10-051-1/+1
|
* Add tests for primitive construction as well as reference and boxed unit arraysFelix Mulder2016-05-181-0/+18
|
* Fix #1258: correct behavior for annotated valuesFelix Mulder2016-05-171-1/+1
| | | | | | | | | Annotated values are encapsulated in a `ConcreteAnnotation`, as such, the statement `tpe isRef defn.IntClass` would yield false despite the annotated reference being an Int. The tpe is now unwrapped if it has an annotation. If the transformation fails despite having the annotation the compiler will warn.
* Add switch verification testFelix Mulder2016-05-171-0/+16
|
* Add bytecode checking infrastructureFelix Mulder2016-05-171-0/+174