you may get confusing line numbers for inline meth...
# android
k
you may get confusing line numbers for inline methods, especially when nesting them like:
Copy code
measureTimeMillis {
    foo.forEach {
        it.doStuff()
    }
}