aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/transform/ElimRepeated.scala
diff options
context:
space:
mode:
authorOndrej Lhotak <olhotak@uwaterloo.ca>2014-10-30 21:46:16 +0100
committerDmitry Petrashko <dmitry.petrashko@gmail.com>2014-11-22 20:10:22 +0100
commitdd6a7e785c9b7eb11f7c58b55db4af3c4e5c1e5f (patch)
tree2795c3fda2ae0f9db79682cc2e62f26f4d44bde3 /src/dotty/tools/dotc/transform/ElimRepeated.scala
parent4dabffd47955b3e02174598d57c5dd6c9b6752bc (diff)
downloaddotty-dd6a7e785c9b7eb11f7c58b55db4af3c4e5c1e5f.tar.gz
dotty-dd6a7e785c9b7eb11f7c58b55db4af3c4e5c1e5f.tar.bz2
dotty-dd6a7e785c9b7eb11f7c58b55db4af3c4e5c1e5f.zip
don't try to make a body for a setter of a Java field
transformSym explicitly checks that a field is JavaDefined and does not create a symbol for it. Creation of a setter body looks for the symbol and fails because it does not find it. We do not need setter bodies for Java fields because we are not generating bytecode for them.
Diffstat (limited to 'src/dotty/tools/dotc/transform/ElimRepeated.scala')
0 files changed, 0 insertions, 0 deletions