JVM_IR inliner fixes: remove code that does nothing
other than randomly throw assertion errors on inline calls in synthetic functions, which have no line number attached. `lazySourceMapper.callSiteMarker` is set in `InlineCodegen.inlineCall`; `IrSourceCompilerForInline.doCreateMethodNodeFromSource` does not need to touch it.
This commit is contained in:
-1
@@ -1,4 +1,3 @@
|
||||
// IGNORE_BACKEND: JVM_IR
|
||||
// WITH_COROUTINES
|
||||
// WITH_RUNTIME
|
||||
|
||||
|
||||
Reference in New Issue
Block a user