From 02308c96910a76a09c2654db304a0696c0b603af Mon Sep 17 00:00:00 2001 From: Jason Zaugg Date: Sun, 1 Dec 2013 10:03:27 +0100 Subject: SI-7458 Pres. compiler must not observe trees in silent mode Otherwise we can think that `+` in `1 + BigInt(2)` refers to a method in `Int`. In general, this protects the IDE from observing results from "exploratory" typing which is discarded as the compiler backtracks to another possibility. This protection subsumes the condition that checked for overloaded types: presentation/t7458 now passes without this. --- test/files/presentation/t7548b.check | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/files/presentation') diff --git a/test/files/presentation/t7548b.check b/test/files/presentation/t7548b.check index 5ba69809f1..35445fedf6 100644 --- a/test/files/presentation/t7548b.check +++ b/test/files/presentation/t7548b.check @@ -1 +1 @@ -Foo.this.I.+: (other: Foo.I.type)Unit +Foo.this.I2BI(Foo.this.I).+: (other: Foo.BI.type)Unit -- cgit v1.2.3