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
|
||||
|
||||
fun <T> forEach0(list: List<T>, block: (T) -> Unit) {
|
||||
list.forEach(block)
|
||||
// Comment after the function
|
||||
}
|
||||
Reference in New Issue
Block a user