Warning, /frameworks/ktexteditor/autotests/input/indent/julia/nested1/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")