JetBrains / markdown

Markdown parser written in kotlin
Apache License 2.0
706 stars 78 forks source link

ArrayList.pop() in GeneratedLexer.kt does not remove element #99

Closed lukellmann closed 2 years ago

lukellmann commented 2 years ago

dropLast(1) just returns a list without the last element, it does not modify the list. This seems unintended.

valich commented 2 years ago

🙀 Thanks!