You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[info] Non-compiled module 'compiler-bridge_2.12' for Scala 2.12.1. Compiling.../var/folders/hg/2602nfrs2958vnshglyl3srw0000gn/T/sbt_f35b067/xsbt/Compat.scala:26:error: not found: typeOriginalTreeAttachment
in.attachments.get[OriginalTreeAttachment].foreach { a =>
^
expectation
Scala 2.12.1 works
notes
#985 added a reference to OriginalTreeAttachment, which didn't exist until scala/scala@2e9a585.
Is there a way to access the attachment using reflection? Otherwise we could split the compiler bridge.
The text was updated successfully, but these errors were encountered:
steps
Use Scala 2.12.1
problem
expectation
Scala 2.12.1 works
notes
#985 added a reference to
OriginalTreeAttachment
, which didn't exist until scala/scala@2e9a585.Is there a way to access the attachment using reflection? Otherwise we could split the compiler bridge.
The text was updated successfully, but these errors were encountered: