summaryrefslogtreecommitdiff
path: root/test/files/presentation/ide-t1001388/src/a/A.scala
diff options
context:
space:
mode:
authorJason Zaugg <jzaugg@gmail.com>2013-12-06 04:26:03 -0800
committerJason Zaugg <jzaugg@gmail.com>2013-12-06 04:26:03 -0800
commit7e996c1b05902df0144709a37d9149252885495c (patch)
treec59ae8c687c7dd1f3f490930a9d2c329b2d8cd97 /test/files/presentation/ide-t1001388/src/a/A.scala
parent7d748846901feb098b9e3f46dd96d93201495a20 (diff)
parent7d4109486b2266f8491d3473f43555dec6e996ee (diff)
downloadscala-7e996c1b05902df0144709a37d9149252885495c.tar.gz
scala-7e996c1b05902df0144709a37d9149252885495c.tar.bz2
scala-7e996c1b05902df0144709a37d9149252885495c.zip
Merge pull request #3209 from dotta/SI-7982-on-2.10.x
make askLoadedType unload arguments out of the PC by default,
Diffstat (limited to 'test/files/presentation/ide-t1001388/src/a/A.scala')
-rw-r--r--test/files/presentation/ide-t1001388/src/a/A.scala6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/files/presentation/ide-t1001388/src/a/A.scala b/test/files/presentation/ide-t1001388/src/a/A.scala
new file mode 100644
index 0000000000..be09097598
--- /dev/null
+++ b/test/files/presentation/ide-t1001388/src/a/A.scala
@@ -0,0 +1,6 @@
+package a
+
+object A {
+ val tagString = "foo"
+ Seq.empty[Byte].toArray.toSeq
+}