jvm-abi-gen: remove SourceDebugExtension if no inline functions present

#KT-65072 Fixed
This commit is contained in:
Vladimir Tagakov
2024-01-16 16:03:30 -07:00
committed by Space Team
parent 8fbe376f25
commit 06095e86ca
7 changed files with 29 additions and 3 deletions
@@ -0,0 +1,6 @@
package test
fun <T> forEach0(list: List<T>, block: (T) -> Unit) {
list.forEach(block)
// Comment after the function
}