JVM_IR KT-45853 include return type into Java method IdSignature
This is a hack required to accept [potentially] incorrect input provided by the front-end; see KT-46042.
This commit is contained in:
committed by
TeamCityServer
parent
5ce746f1ec
commit
7e03f8ea80
+1
-1
@@ -1,5 +1,5 @@
|
||||
// DUMP_EXTERNAL_CLASS: J1
|
||||
// FILE: constructorWithOwnTypeParametersCall.kt
|
||||
// DUMP_EXTERNAL_CLASS J1
|
||||
|
||||
fun testKotlin() = K1<Int>().K2<String>()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user