summaryrefslogtreecommitdiff
path: root/test/disabled-windows
diff options
context:
space:
mode:
authorLukas Rytz <lukas.rytz@gmail.com>2015-01-19 21:40:20 +0100
committerLukas Rytz <lukas.rytz@gmail.com>2015-01-20 11:39:48 +0100
commita8b6e361de37705036c4e8307ad75e279fafe9f5 (patch)
tree2e64ec99d239dca045bff93bdbd1471386090e3f /test/disabled-windows
parent783c5ccfe7c2b22f1a1bdf6530028eac0d941702 (diff)
downloadscala-a8b6e361de37705036c4e8307ad75e279fafe9f5.tar.gz
scala-a8b6e361de37705036c4e8307ad75e279fafe9f5.tar.bz2
scala-a8b6e361de37705036c4e8307ad75e279fafe9f5.zip
SI-9097 Remove spurious warning about conflicting filenames
When using delambdafy:method, closure classes are generated late. The class is added to a map and integrated into the PackageDef in transformStats. When declaring a package object, there are potentially multiple PackageDefs for the same package. In this case, the closure class was added to all of them. As a result, GenASM / GenBCode would run multiple times on the closure class. In GenBCode this would trigger a warning about conflicting filenames.
Diffstat (limited to 'test/disabled-windows')
0 files changed, 0 insertions, 0 deletions