We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1916198 commit c5914f9Copy full SHA for c5914f9
internal-dsl.scala
@@ -0,0 +1,9 @@
1
+object galaxy {}
2
+object far {}
3
+object In {
4
+ def a(connector:Any) = this
5
+ def far(connector:Any) = this
6
+ def away = println("may the force be with you")
7
+}
8
+
9
+In a galaxy far far away
0 commit comments