Deserialize constructors and properties with version requirement 1.3
if they have suspend function type in their descriptors. Also, review fixes. #KT-25256: Fixed
This commit is contained in:
@@ -461,6 +461,11 @@ public class CliTestGenerated extends AbstractCliTest {
|
||||
runTest("compiler/testData/cli/jvm/progressiveModeOn.args");
|
||||
}
|
||||
|
||||
@TestMetadata("releaseCoroutinesApiVersion1.2.args")
|
||||
public void testReleaseCoroutinesApiVersion1_2() throws Exception {
|
||||
runTest("compiler/testData/cli/jvm/releaseCoroutinesApiVersion1.2.args");
|
||||
}
|
||||
|
||||
@TestMetadata("returnAsWhenKey.args")
|
||||
public void testReturnAsWhenKey() throws Exception {
|
||||
runTest("compiler/testData/cli/jvm/returnAsWhenKey.args");
|
||||
|
||||
Reference in New Issue
Block a user