From bac7d17ab106d2e42119347a3259b55a21609b88 Mon Sep 17 00:00:00 2001 From: Micro Dotta Date: Fri, 11 Nov 2011 17:06:48 +0000 Subject: Enabled Presentation Compiler test for IDE tick... Enabled Presentation Compiler test for IDE ticket #1000609, which has been fixed by odersky. no review. --- test/files/presentation/ide-t1000609/Runner.scala | 3 +++ test/files/presentation/ide-t1000609/src/NoHyperlinking.scala | 8 ++++++++ 2 files changed, 11 insertions(+) create mode 100644 test/files/presentation/ide-t1000609/Runner.scala create mode 100644 test/files/presentation/ide-t1000609/src/NoHyperlinking.scala (limited to 'test/files/presentation/ide-t1000609') diff --git a/test/files/presentation/ide-t1000609/Runner.scala b/test/files/presentation/ide-t1000609/Runner.scala new file mode 100644 index 0000000000..1ef3cf9025 --- /dev/null +++ b/test/files/presentation/ide-t1000609/Runner.scala @@ -0,0 +1,3 @@ +import scala.tools.nsc.interactive.tests._ + +object Test extends InteractiveTest \ No newline at end of file diff --git a/test/files/presentation/ide-t1000609/src/NoHyperlinking.scala b/test/files/presentation/ide-t1000609/src/NoHyperlinking.scala new file mode 100644 index 0000000000..d4bedaf9ee --- /dev/null +++ b/test/files/presentation/ide-t1000609/src/NoHyperlinking.scala @@ -0,0 +1,8 @@ +class Foo { + def foo(a: Int) = a +} + +object Test { + val a = new Foo + a.foo() /*#*/ +} \ No newline at end of file -- cgit v1.2.3