Warning, /frameworks/ktexteditor/autotests/input/indent/julia/nested2/origin is written in an unsupported language. File is not indexed.

0001 if x && y || z # abctestcomment
0002     z = 1
0003     a = Vector{Int}()
0004     for i in 1:5
0005         push!(a, i)
0006         if i == 3
0007             print("TEST")
0008         end
0009         while !testvar
0010             sleep(1)
0011         end
0012         open("testfile_$i.txt", "r") do f