ktoml icon indicating copy to clipboard operation
ktoml copied to clipboard

StackOverflowError may happen while parsing multiline array with different types

Open BOOMeranGG opened this issue 11 months ago • 0 comments

The parser seems to die (StackOverflowError) with the below. The funny thing is that with a trailing comma after the inner array it doesn't error unlike my currently opened issue. I can open another issue for this if that seems better fitting.

a = [
    "test",
    ["test"]
]

Originally posted by @Joshua-F in #317

BOOMeranGG avatar May 23 '25 17:05 BOOMeranGG