jvm-abi-gen: Support removeDebugInfo option
This option removes debug info, such as: - SourceFile attribute on classes - LocalVariableTable, LineNumberTable, SourceDebugExtension attributes on inline functions - @SourceDebugExtension annotation on inline functions #KT-33020 Fixed
This commit is contained in:
committed by
Space Team
parent
73af0fffa9
commit
fe1e2b8b34
@@ -0,0 +1,7 @@
|
||||
package test
|
||||
|
||||
inline fun sum(x: Int, y: Int): Int {
|
||||
// Comment before local variable
|
||||
val result = x + y
|
||||
return result
|
||||
}
|
||||
Reference in New Issue
Block a user