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
+10
@@ -170,6 +170,16 @@ public class IrBytecodeListingTestGenerated extends AbstractIrBytecodeListingTes
|
||||
runTest("compiler/testData/codegen/bytecodeListing/kt43440.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt45853.kt")
|
||||
public void testKt45853() throws Exception {
|
||||
runTest("compiler/testData/codegen/bytecodeListing/kt45853.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt45853a.kt")
|
||||
public void testKt45853a() throws Exception {
|
||||
runTest("compiler/testData/codegen/bytecodeListing/kt45853a.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("localFunction.kt")
|
||||
public void testLocalFunction() throws Exception {
|
||||
runTest("compiler/testData/codegen/bytecodeListing/localFunction.kt");
|
||||
|
||||
Reference in New Issue
Block a user