From f30c0b0dba3889de9a9603761aec8a60a871fc85 Mon Sep 17 00:00:00 2001 From: Miles Sabin Date: Thu, 1 Oct 2009 15:20:56 +0000 Subject: Fix and tests for positions issues with context... Fix and tests for positions issues with context/view bounds and multiple definitions; extended the ranges for defns/decls to cover their introducing keywords; removed an unused IDE hook; some whitespace cleanup. --- test/files/positions/Overlap5.scala | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 test/files/positions/Overlap5.scala (limited to 'test/files/positions/Overlap5.scala') diff --git a/test/files/positions/Overlap5.scala b/test/files/positions/Overlap5.scala new file mode 100644 index 0000000000..e6f70644e9 --- /dev/null +++ b/test/files/positions/Overlap5.scala @@ -0,0 +1,3 @@ +object Overlap5 { + class A[T : List, U] +} -- cgit v1.2.3