Minor. Fix test
This commit is contained in:
+1
@@ -1,4 +1,5 @@
|
|||||||
// WITH_RUNTIME
|
// WITH_RUNTIME
|
||||||
|
// KJS_WITH_FULL_RUNTIME
|
||||||
// FILE: 1.kt
|
// FILE: 1.kt
|
||||||
inline fun List<String?>.forEachNotNull(s: String, fn: (String, String) -> Unit) {
|
inline fun List<String?>.forEachNotNull(s: String, fn: (String, String) -> Unit) {
|
||||||
for (x in this) {
|
for (x in this) {
|
||||||
+3
-3
@@ -1111,9 +1111,9 @@ public class BlackBoxInlineCodegenTestGenerated extends AbstractBlackBoxInlineCo
|
|||||||
runTest("compiler/testData/codegen/boxInline/complexStack/asCheck2.kt");
|
runTest("compiler/testData/codegen/boxInline/complexStack/asCheck2.kt");
|
||||||
}
|
}
|
||||||
|
|
||||||
@TestMetadata("breaContinuekInInlineLambdaArgument.kt")
|
@TestMetadata("breakContinueInInlineLambdaArgument.kt")
|
||||||
public void testBreaContinuekInInlineLambdaArgument() throws Exception {
|
public void testBreakContinueInInlineLambdaArgument() throws Exception {
|
||||||
runTest("compiler/testData/codegen/boxInline/complexStack/breaContinuekInInlineLambdaArgument.kt");
|
runTest("compiler/testData/codegen/boxInline/complexStack/breakContinueInInlineLambdaArgument.kt");
|
||||||
}
|
}
|
||||||
|
|
||||||
@TestMetadata("simple.kt")
|
@TestMetadata("simple.kt")
|
||||||
|
|||||||
Generated
+3
-3
@@ -1111,9 +1111,9 @@ public class CompileKotlinAgainstInlineKotlinTestGenerated extends AbstractCompi
|
|||||||
runTest("compiler/testData/codegen/boxInline/complexStack/asCheck2.kt");
|
runTest("compiler/testData/codegen/boxInline/complexStack/asCheck2.kt");
|
||||||
}
|
}
|
||||||
|
|
||||||
@TestMetadata("breaContinuekInInlineLambdaArgument.kt")
|
@TestMetadata("breakContinueInInlineLambdaArgument.kt")
|
||||||
public void testBreaContinuekInInlineLambdaArgument() throws Exception {
|
public void testBreakContinueInInlineLambdaArgument() throws Exception {
|
||||||
runTest("compiler/testData/codegen/boxInline/complexStack/breaContinuekInInlineLambdaArgument.kt");
|
runTest("compiler/testData/codegen/boxInline/complexStack/breakContinueInInlineLambdaArgument.kt");
|
||||||
}
|
}
|
||||||
|
|
||||||
@TestMetadata("simple.kt")
|
@TestMetadata("simple.kt")
|
||||||
|
|||||||
+3
-3
@@ -1111,9 +1111,9 @@ public class IrBlackBoxInlineCodegenTestGenerated extends AbstractIrBlackBoxInli
|
|||||||
runTest("compiler/testData/codegen/boxInline/complexStack/asCheck2.kt");
|
runTest("compiler/testData/codegen/boxInline/complexStack/asCheck2.kt");
|
||||||
}
|
}
|
||||||
|
|
||||||
@TestMetadata("breaContinuekInInlineLambdaArgument.kt")
|
@TestMetadata("breakContinueInInlineLambdaArgument.kt")
|
||||||
public void testBreaContinuekInInlineLambdaArgument() throws Exception {
|
public void testBreakContinueInInlineLambdaArgument() throws Exception {
|
||||||
runTest("compiler/testData/codegen/boxInline/complexStack/breaContinuekInInlineLambdaArgument.kt");
|
runTest("compiler/testData/codegen/boxInline/complexStack/breakContinueInInlineLambdaArgument.kt");
|
||||||
}
|
}
|
||||||
|
|
||||||
@TestMetadata("simple.kt")
|
@TestMetadata("simple.kt")
|
||||||
|
|||||||
Generated
+3
-3
@@ -1111,9 +1111,9 @@ public class IrCompileKotlinAgainstInlineKotlinTestGenerated extends AbstractIrC
|
|||||||
runTest("compiler/testData/codegen/boxInline/complexStack/asCheck2.kt");
|
runTest("compiler/testData/codegen/boxInline/complexStack/asCheck2.kt");
|
||||||
}
|
}
|
||||||
|
|
||||||
@TestMetadata("breaContinuekInInlineLambdaArgument.kt")
|
@TestMetadata("breakContinueInInlineLambdaArgument.kt")
|
||||||
public void testBreaContinuekInInlineLambdaArgument() throws Exception {
|
public void testBreakContinueInInlineLambdaArgument() throws Exception {
|
||||||
runTest("compiler/testData/codegen/boxInline/complexStack/breaContinuekInInlineLambdaArgument.kt");
|
runTest("compiler/testData/codegen/boxInline/complexStack/breakContinueInInlineLambdaArgument.kt");
|
||||||
}
|
}
|
||||||
|
|
||||||
@TestMetadata("simple.kt")
|
@TestMetadata("simple.kt")
|
||||||
|
|||||||
Generated
+3
-3
@@ -956,9 +956,9 @@ public class IrJsCodegenInlineTestGenerated extends AbstractIrJsCodegenInlineTes
|
|||||||
runTest("compiler/testData/codegen/boxInline/complexStack/asCheck2.kt");
|
runTest("compiler/testData/codegen/boxInline/complexStack/asCheck2.kt");
|
||||||
}
|
}
|
||||||
|
|
||||||
@TestMetadata("breaContinuekInInlineLambdaArgument.kt")
|
@TestMetadata("breakContinueInInlineLambdaArgument.kt")
|
||||||
public void testBreaContinuekInInlineLambdaArgument() throws Exception {
|
public void testBreakContinueInInlineLambdaArgument() throws Exception {
|
||||||
runTest("compiler/testData/codegen/boxInline/complexStack/breaContinuekInInlineLambdaArgument.kt");
|
runTest("compiler/testData/codegen/boxInline/complexStack/breakContinueInInlineLambdaArgument.kt");
|
||||||
}
|
}
|
||||||
|
|
||||||
@TestMetadata("simple.kt")
|
@TestMetadata("simple.kt")
|
||||||
|
|||||||
+3
-3
@@ -956,9 +956,9 @@ public class JsCodegenInlineTestGenerated extends AbstractJsCodegenInlineTest {
|
|||||||
runTest("compiler/testData/codegen/boxInline/complexStack/asCheck2.kt");
|
runTest("compiler/testData/codegen/boxInline/complexStack/asCheck2.kt");
|
||||||
}
|
}
|
||||||
|
|
||||||
@TestMetadata("breaContinuekInInlineLambdaArgument.kt")
|
@TestMetadata("breakContinueInInlineLambdaArgument.kt")
|
||||||
public void testBreaContinuekInInlineLambdaArgument() throws Exception {
|
public void testBreakContinueInInlineLambdaArgument() throws Exception {
|
||||||
runTest("compiler/testData/codegen/boxInline/complexStack/breaContinuekInInlineLambdaArgument.kt");
|
runTest("compiler/testData/codegen/boxInline/complexStack/breakContinueInInlineLambdaArgument.kt");
|
||||||
}
|
}
|
||||||
|
|
||||||
@TestMetadata("simple.kt")
|
@TestMetadata("simple.kt")
|
||||||
|
|||||||
Reference in New Issue
Block a user