Fix generic signature for KSuspendFunction types in bytecode

#KT-27560 Fixed
This commit is contained in:
Alexander Udalov
2018-11-07 18:09:25 +01:00
parent 7b0c7ec400
commit a2612c1eae
3 changed files with 46 additions and 1 deletions
@@ -198,6 +198,11 @@ public class WriteSignatureTestGenerated extends AbstractWriteSignatureTest {
public void testPropertyReferenceGet() throws Exception {
runTest("compiler/testData/writeSignature/callableReference/propertyReferenceGet.kt");
}
@TestMetadata("suspendFunctionReference.kt")
public void testSuspendFunctionReference() throws Exception {
runTest("compiler/testData/writeSignature/callableReference/suspendFunctionReference.kt");
}
}
@TestMetadata("compiler/testData/writeSignature/constructor")