summaryrefslogtreecommitdiff
path: root/test/files/run/t6732.check
diff options
context:
space:
mode:
authorEugene Burmako <xeno.by@gmail.com>2014-01-30 00:58:26 +0300
committerEugene Burmako <xeno.by@gmail.com>2014-02-14 23:51:21 +0100
commitda09331324d302d0b85a89cdcfe32ded2587b39a (patch)
tree378d9c217e92e6c47af057a4c7bf85b91408c855 /test/files/run/t6732.check
parent465e538ef59171ac7d9e811dbdaec776f8a64ac7 (diff)
downloadscala-da09331324d302d0b85a89cdcfe32ded2587b39a.tar.gz
scala-da09331324d302d0b85a89cdcfe32ded2587b39a.tar.bz2
scala-da09331324d302d0b85a89cdcfe32ded2587b39a.zip
SI-6732 deprecates internal#Symbol.isPackage
This is the first step in disentangling api#Symbol.isPackage, which is supposed to return false for package classes, and internal#Symbol.isPackage, which has traditionally being used as a synonym for hasPackageFlag and hence returned true for package classes (unlike isModule which is false for module classes).
Diffstat (limited to 'test/files/run/t6732.check')
-rw-r--r--test/files/run/t6732.check4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/files/run/t6732.check b/test/files/run/t6732.check
new file mode 100644
index 0000000000..016c6e50c0
--- /dev/null
+++ b/test/files/run/t6732.check
@@ -0,0 +1,4 @@
+scala#PK: true, false, true, false
+scala#PKC: false, true, true, true
+scala.collection.immutable.List#MOD: true, false, false, false
+scala.collection.immutable.List#MODC: false, true, false, false