From 6bcc3187a81ec1f2078709a1a9249ec57a393aad Mon Sep 17 00:00:00 2001 From: Martin Odersky Date: Fri, 17 Apr 2015 10:52:15 +0200 Subject: Improve documentation and minimze test Documentation around markFree and narrowLiftedOwner was added. i480 was minimzed and dependencies on dotc were removed. (+1 squashed commit) Squashed commits: [1a84054] Test cases for #480 --- tests/pos/i480.scala | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 tests/pos/i480.scala (limited to 'tests/pos/i480.scala') diff --git a/tests/pos/i480.scala b/tests/pos/i480.scala new file mode 100644 index 000000000..8c2bb057c --- /dev/null +++ b/tests/pos/i480.scala @@ -0,0 +1,4 @@ +object O { + val x: Function1[String, String] = a => a + val x2: Function1[String, String] = a => "1" +} -- cgit v1.2.3