backend/tests: Regenerated external test tasks
This commit is contained in:
-58
@@ -1,58 +0,0 @@
|
||||
import org.jetbrains.kotlin.*
|
||||
|
||||
task codegen_blackbox_controlStructures_breakContinueInExpressions_breakFromOuter (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/breakContinueInExpressions/breakFromOuter.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_breakContinueInExpressions_breakInDoWhile (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/breakContinueInExpressions/breakInDoWhile.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_breakContinueInExpressions_breakInExpr (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/breakContinueInExpressions/breakInExpr.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_breakContinueInExpressions_continueInDoWhile (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/breakContinueInExpressions/continueInDoWhile.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_breakContinueInExpressions_continueInExpr (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/breakContinueInExpressions/continueInExpr.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_breakContinueInExpressions_inlineWithStack (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/breakContinueInExpressions/inlineWithStack.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_breakContinueInExpressions_innerLoopWithStack (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/breakContinueInExpressions/innerLoopWithStack.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_breakContinueInExpressions_kt14581 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/breakContinueInExpressions/kt14581.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_breakContinueInExpressions_kt9022And (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/breakContinueInExpressions/kt9022And.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_breakContinueInExpressions_kt9022Or (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/breakContinueInExpressions/kt9022Or.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_breakContinueInExpressions_popSizes (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/breakContinueInExpressions/popSizes.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_breakContinueInExpressions_tryFinally1 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/breakContinueInExpressions/tryFinally1.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_breakContinueInExpressions_tryFinally2 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/breakContinueInExpressions/tryFinally2.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_breakContinueInExpressions_whileTrueBreak (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/breakContinueInExpressions/whileTrueBreak.kt"
|
||||
}
|
||||
|
||||
-270
@@ -1,270 +0,0 @@
|
||||
import org.jetbrains.kotlin.*
|
||||
|
||||
task codegen_blackbox_controlStructures_bottles (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/bottles.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_breakInFinally (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/breakInFinally.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_compareBoxedIntegerToZero (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/compareBoxedIntegerToZero.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_conditionOfEmptyIf (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/conditionOfEmptyIf.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_continueInExpr (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/continueInExpr.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_continueInFor (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/continueInFor.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_continueInForCondition (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/continueInForCondition.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_continueInWhile (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/continueInWhile.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_continueToLabelInFor (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/continueToLabelInFor.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_doWhile (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/doWhile.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_doWhileFib (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/doWhileFib.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_doWhileWithContinue (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/doWhileWithContinue.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_emptyDoWhile (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/emptyDoWhile.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_emptyFor (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/emptyFor.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_emptyWhile (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/emptyWhile.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_factorialTest (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/factorialTest.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_finallyOnEmptyReturn (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/finallyOnEmptyReturn.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_forArrayList (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/forArrayList.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_forArrayListMultiDecl (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/forArrayListMultiDecl.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_forInSmartCastToArray (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/forInSmartCastToArray.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_forIntArray (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/forIntArray.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_forLoopMemberExtensionAll (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/forLoopMemberExtensionAll.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_forLoopMemberExtensionHasNext (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/forLoopMemberExtensionHasNext.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_forLoopMemberExtensionNext (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/forLoopMemberExtensionNext.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_forNullableIntArray (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/forNullableIntArray.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_forPrimitiveIntArray (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/forPrimitiveIntArray.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_forUserType (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/forUserType.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_inRangeConditionsInWhen (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/inRangeConditionsInWhen.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_kt12908 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/kt12908.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_kt12908_2 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/kt12908_2.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_kt1441 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/kt1441.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_kt14839 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/kt14839.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_kt1688 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/kt1688.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_kt1742 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/kt1742.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_kt1899 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/kt1899.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_kt2147 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/kt2147.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_kt2259 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/kt2259.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_kt2291 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/kt2291.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_kt237 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/kt237.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_kt2416 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/kt2416.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_kt2423 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/kt2423.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_kt2577 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/kt2577.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_kt2597 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/kt2597.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_kt299 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/kt299.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_kt3087 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/kt3087.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_kt3203_1 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/kt3203_1.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_kt3203_2 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/kt3203_2.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_kt3273 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/kt3273.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_kt3280 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/kt3280.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_kt3574 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/kt3574.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_kt416 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/kt416.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_kt513 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/kt513.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_kt628 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/kt628.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_kt769 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/kt769.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_kt772 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/kt772.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_kt773 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/kt773.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_kt8148 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/kt8148.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_kt8148_break (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/kt8148_break.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_kt8148_continue (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/kt8148_continue.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_kt870 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/kt870.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_kt9022Return (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/kt9022Return.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_kt9022Throw (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/kt9022Throw.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_kt910 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/kt910.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_kt958 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/kt958.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_longRange (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/longRange.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_quicksort (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/quicksort.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_tryCatchFinallyChain (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/tryCatchFinallyChain.kt"
|
||||
}
|
||||
|
||||
-22
@@ -1,22 +0,0 @@
|
||||
import org.jetbrains.kotlin.*
|
||||
|
||||
task codegen_blackbox_controlStructures_returnsNothing_ifElse (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/returnsNothing/ifElse.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_returnsNothing_inlineMethod (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/returnsNothing/inlineMethod.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_returnsNothing_propertyGetter (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/returnsNothing/propertyGetter.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_returnsNothing_tryCatch (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/returnsNothing/tryCatch.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_returnsNothing_when (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/returnsNothing/when.kt"
|
||||
}
|
||||
|
||||
-90
@@ -1,90 +0,0 @@
|
||||
import org.jetbrains.kotlin.*
|
||||
|
||||
task codegen_blackbox_controlStructures_tryCatchInExpressions_catch (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/tryCatchInExpressions/catch.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_tryCatchInExpressions_complexChain (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/tryCatchInExpressions/complexChain.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_tryCatchInExpressions_deadTryCatch (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/tryCatchInExpressions/deadTryCatch.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_tryCatchInExpressions_differentTypes (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/tryCatchInExpressions/differentTypes.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_tryCatchInExpressions_expectException (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/tryCatchInExpressions/expectException.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_tryCatchInExpressions_finally (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/tryCatchInExpressions/finally.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_tryCatchInExpressions_inlineTryCatch (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/tryCatchInExpressions/inlineTryCatch.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_tryCatchInExpressions_inlineTryExpr (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/tryCatchInExpressions/inlineTryExpr.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_tryCatchInExpressions_inlineTryFinally (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/tryCatchInExpressions/inlineTryFinally.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_tryCatchInExpressions_kt8608 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/tryCatchInExpressions/kt8608.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_tryCatchInExpressions_kt9644try (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/tryCatchInExpressions/kt9644try.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_tryCatchInExpressions_multipleCatchBlocks (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/tryCatchInExpressions/multipleCatchBlocks.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_tryCatchInExpressions_splitTry (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/tryCatchInExpressions/splitTry.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_tryCatchInExpressions_splitTryCorner1 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/tryCatchInExpressions/splitTryCorner1.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_tryCatchInExpressions_splitTryCorner2 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/tryCatchInExpressions/splitTryCorner2.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_tryCatchInExpressions_try (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/tryCatchInExpressions/try.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_tryCatchInExpressions_tryAfterTry (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/tryCatchInExpressions/tryAfterTry.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_tryCatchInExpressions_tryAndBreak (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/tryCatchInExpressions/tryAndBreak.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_tryCatchInExpressions_tryAndContinue (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/tryCatchInExpressions/tryAndContinue.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_tryCatchInExpressions_tryInsideCatch (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/tryCatchInExpressions/tryInsideCatch.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_tryCatchInExpressions_tryInsideTry (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/tryCatchInExpressions/tryInsideTry.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_controlStructures_tryCatchInExpressions_unmatchedInlineMarkers (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/controlStructures/tryCatchInExpressions/unmatchedInlineMarkers.kt"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user