From 6351c6cc8c3014fd1fbb8244e872c9e28773dad0 Mon Sep 17 00:00:00 2001 From: Felix Mulder Date: Wed, 19 Oct 2016 15:30:27 +0200 Subject: Create dotty-lib.jar for run tests --- library/src/dotty/runtime/LegacyApp.scala | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'library') diff --git a/library/src/dotty/runtime/LegacyApp.scala b/library/src/dotty/runtime/LegacyApp.scala index 2c4b295d0..1eae4c2be 100644 --- a/library/src/dotty/runtime/LegacyApp.scala +++ b/library/src/dotty/runtime/LegacyApp.scala @@ -1,9 +1,8 @@ package dotty.runtime - -/** - * replaces the `scala.App` class which relies on `DelayedInit` functionality, not supported by Dotty. - */ +/** Replaces the `scala.App` class which relies on `DelayedInit` functionality, + * not supported by Dotty. + */ class LegacyApp { def main(args: Array[String]): Unit = () } -- cgit v1.2.3