Add additional Result api test

This commit is contained in:
Steven Schäfer
2019-09-13 19:16:38 +02:00
committed by Alexander Udalov
parent 49efa5fbc4
commit d8646e29b7
6 changed files with 67 additions and 0 deletions
@@ -12800,6 +12800,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
runTest("compiler/testData/codegen/box/inlineClasses/resultInlining.kt");
}
@TestMetadata("resultRunCatchingOrElse.kt")
public void testResultRunCatchingOrElse() throws Exception {
runTest("compiler/testData/codegen/box/inlineClasses/resultRunCatchingOrElse.kt");
}
@TestMetadata("secondaryConstructorWithVararg.kt")
public void testSecondaryConstructorWithVararg() throws Exception {
runTest("compiler/testData/codegen/box/inlineClasses/secondaryConstructorWithVararg.kt");