diff --git a/test.kyn b/test.kyn deleted file mode 100644 index 3fb9867..0000000 --- a/test.kyn +++ /dev/null @@ -1,17 +0,0 @@ -fun testFn in { - println "Hi!" - if compare 1 == 1 { - println "1 == 1" - - # This won't work because this is indented - } -} - -fun testFn in { - println "Hi!" - if compare 1 == 1 { - println "1 == 1" - -# This works now that the indentation is removed -} -}