From d59d7f928d8a71d73d198690ab5816af3be90d6b Mon Sep 17 00:00:00 2001 From: Paul Phillips Date: Tue, 1 Feb 2011 08:27:02 +0000 Subject: I keep seeing huge simplifications available in... I keep seeing huge simplifications available in the repl. Lot of interesting features have come to town since it was first conceived. In this commit I give the internal names some tips on aesthetics, and put each line in its own package like civilized artificial constructs. No review. --- test/files/jvm/interpreter.check | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'test/files/jvm') diff --git a/test/files/jvm/interpreter.check b/test/files/jvm/interpreter.check index ce43875c36..3c0ee7b4bd 100644 --- a/test/files/jvm/interpreter.check +++ b/test/files/jvm/interpreter.check @@ -19,7 +19,7 @@ scala> defined type alias anotherint scala> four: anotherint = 4 -scala> :6: error: type mismatch; +scala> :8: error: type mismatch; found : java.lang.String("hello") required: anotherint val bogus: anotherint = "hello" @@ -217,7 +217,7 @@ scala> defined class Exp defined class Fact defined class Term -scala> | | :16: warning: match is not exhaustive! +scala> | | :18: warning: match is not exhaustive! missing combination Exp missing combination Term @@ -230,6 +230,6 @@ scala> plusOne: (x: Int)Int res0: Int = 6 res1: java.lang.String = after reset -:6: error: not found: value plusOne +:8: error: not found: value plusOne plusOne(5) // should be undefined now ^ -- cgit v1.2.3