misc/smeta.sc
changeset 341 e9d5287c3107
child 342 aa47abb9e723
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/smeta.sc	Fri Aug 28 16:54:49 2020 +0100
@@ -0,0 +1,6 @@
+import $ivy.`org.scalameta::scalameta:4.3.21`
+
+import scala.meta._
+
+println("a + b".parse[Stat].get.structure)
+   
\ No newline at end of file