cfc10ec061
This change is valid, since we want StackTraceElement to be as close as possible to StackTraceElement of non-coroutine code. Particularly, if the line is inside inlined function, its className, functionName and sourceFile are inline site's ones, but lineNumber is large, which is the way of representing inline function's line numbers. The rest is handled by the plugin, which allows the user to choose between inline function body and inline site.