i’m having some weird issues in files with inline ...
# announcements
s
i’m having some weird issues in files with inline functions
Copy code
class Test {
    private fun test(list: List<String>) {
        list.forEach { println(it) }
    }
}
the bytecode has
LINENUMBER 8
, even though there are only 5 lines of code