We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80209dd commit 6fe84c0Copy full SHA for 6fe84c0
readme.md
@@ -18,3 +18,9 @@ The tests (`sbt test`) don''t work yet.
18
Notes:
19
* You will need the Scala IDE for 2.11.0-M7
20
* There are 2 spurious version incompatibility warnings
21
+ * To run dotty in Eclipse:
22
+ * Navigate to `dotty.tools.dotc.Main`
23
+ * Run As ... > Scala Application
24
+ * then go to Run Configurations > Main$ > Classpath > Bootstrap entries:
25
+ * add the Scala library (Advanced... > Add library ... > Scala library)
26
+ * add the dotty classfiles (Add projects... > [x] dotty)
0 commit comments