aboutsummaryrefslogtreecommitdiff
path: root/tests/pos/constants.scala
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pos/constants.scala')
-rw-r--r--tests/pos/constants.scala6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/pos/constants.scala b/tests/pos/constants.scala
new file mode 100644
index 000000000..ca767d27d
--- /dev/null
+++ b/tests/pos/constants.scala
@@ -0,0 +1,6 @@
+object Test {
+
+ val x: Double = 2
+ val y: Byte = 3
+
+}