aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/swift/constants.swift
diff options
context:
space:
mode:
Diffstat (limited to 'examples/swift/constants.swift')
-rw-r--r--examples/swift/constants.swift4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/swift/constants.swift b/examples/swift/constants.swift
new file mode 100644
index 0000000000..6c16d34a82
--- /dev/null
+++ b/examples/swift/constants.swift
@@ -0,0 +1,4 @@
+class Constants {
+ static var x = 2
+ static var y = 3
+} \ No newline at end of file