From 7adb4784bf484f8cf57b5edb612d2c4f34388237 Mon Sep 17 00:00:00 2001 From: Paul Phillips Date: Sun, 4 Dec 2011 10:06:28 -0800 Subject: Tweaked ident suggestions. Rolled damaru-levenshtein algorithm back to my original "pure" version. Cut max distance to 1. Turned on by default because now it offers nothing unexpected, and removed short-lived -Ysuggest-idents option. --- test/files/neg/suggest-similar.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/files/neg/suggest-similar.scala') diff --git a/test/files/neg/suggest-similar.scala b/test/files/neg/suggest-similar.scala index ae18c6ea62..ff327478fe 100644 --- a/test/files/neg/suggest-similar.scala +++ b/test/files/neg/suggest-similar.scala @@ -6,6 +6,6 @@ import Dingus._ class A { flippitx = 123 - Nil map identipoo + Nil map identiyt new Bingus } -- cgit v1.2.3