jvm-abi-gen: remove SourceDebugExtension if no inline functions present
#KT-65072 Fixed
This commit is contained in:
committed by
Space Team
parent
8fbe376f25
commit
06095e86ca
+6
@@ -0,0 +1,6 @@
|
||||
package test
|
||||
|
||||
private fun main() {
|
||||
//comment should not break ABI
|
||||
inlineFun()
|
||||
}
|
||||
Reference in New Issue
Block a user