IDEA-162579 "Unrecognized invocation of <init>" when decompiling kotlin bytecode
This commit is contained in:
8
testData/src/pkg/TestKotlinConstructor.kt
Normal file
8
testData/src/pkg/TestKotlinConstructor.kt
Normal file
@@ -0,0 +1,8 @@
|
||||
private fun foo(list: Collection<String>): List<Mapping> {
|
||||
return list.map {
|
||||
Mapping(it as String)
|
||||
}.toList()
|
||||
}
|
||||
|
||||
class Mapping(c: String) {
|
||||
}
|
||||
Reference in New Issue
Block a user