remove test.kyn

This commit is contained in:
2025-10-07 10:16:28 +11:00
parent a6c3a0e39e
commit d85efb69dc

View File

@@ -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
}
}