summaryrefslogtreecommitdiff
path: root/test/files/presentation/scope-completion-1.check
diff options
context:
space:
mode:
authorLuc Bourlier <luc.bourlier@typesafe.com>2013-11-13 15:14:05 +0100
committerLuc Bourlier <luc.bourlier@typesafe.com>2013-11-21 12:24:43 +0100
commiteb9f0f797535386d44f9bc1f9e0c1765622baa29 (patch)
tree371b7fd9c8dda31328f81ae59ed066c9da483bbb /test/files/presentation/scope-completion-1.check
parent3a8796da1a321b5b7bb547c3c0cd9f62b5d0279d (diff)
downloadscala-eb9f0f797535386d44f9bc1f9e0c1765622baa29.tar.gz
scala-eb9f0f797535386d44f9bc1f9e0c1765622baa29.tar.bz2
scala-eb9f0f797535386d44f9bc1f9e0c1765622baa29.zip
[nomaster] Adds test cases for scope completion
(cherry picked from commit 3d55fe723f1af91f4d2db421f0e0965c583346dc)
Diffstat (limited to 'test/files/presentation/scope-completion-1.check')
-rw-r--r--test/files/presentation/scope-completion-1.check19
1 files changed, 19 insertions, 0 deletions
diff --git a/test/files/presentation/scope-completion-1.check b/test/files/presentation/scope-completion-1.check
new file mode 100644
index 0000000000..93c637370d
--- /dev/null
+++ b/test/files/presentation/scope-completion-1.check
@@ -0,0 +1,19 @@
+reload: Completions.scala
+
+askScopeCompletion at Completions.scala(6,2)
+================================================================================
+[response] askScopeCompletion at (6,2)
+retrieved 3 members
+[accessible: true] `class Completion1test.Completion1`
+[accessible: true] `constructor Completion1()test.Completion1`
+[accessible: true] `object Completion2test.Completion2.type`
+================================================================================
+
+askScopeCompletion at Completions.scala(10,2)
+================================================================================
+[response] askScopeCompletion at (10,2)
+retrieved 3 members
+[accessible: true] `class Completion1test.Completion1`
+[accessible: true] `constructor Completion2()test.Completion2.type`
+[accessible: true] `object Completion2test.Completion2.type`
+================================================================================