[JS TESTS] Regenerate ES6 tests
This commit is contained in:
Generated
+10
@@ -8172,6 +8172,11 @@ public class IrJsCodegenBoxES6TestGenerated extends AbstractIrJsCodegenBoxES6Tes
|
|||||||
runTest("compiler/testData/codegen/box/delegatedProperty/provideDelegate/generic.kt");
|
runTest("compiler/testData/codegen/box/delegatedProperty/provideDelegate/generic.kt");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@TestMetadata("genericDelegateWithNoAdditionalInfo.kt")
|
||||||
|
public void testGenericDelegateWithNoAdditionalInfo() throws Exception {
|
||||||
|
runTest("compiler/testData/codegen/box/delegatedProperty/provideDelegate/genericDelegateWithNoAdditionalInfo.kt");
|
||||||
|
}
|
||||||
|
|
||||||
@TestMetadata("hostCheck.kt")
|
@TestMetadata("hostCheck.kt")
|
||||||
public void testHostCheck() throws Exception {
|
public void testHostCheck() throws Exception {
|
||||||
runTest("compiler/testData/codegen/box/delegatedProperty/provideDelegate/hostCheck.kt");
|
runTest("compiler/testData/codegen/box/delegatedProperty/provideDelegate/hostCheck.kt");
|
||||||
@@ -11123,6 +11128,11 @@ public class IrJsCodegenBoxES6TestGenerated extends AbstractIrJsCodegenBoxES6Tes
|
|||||||
runTest("compiler/testData/codegen/box/inlineClasses/kt34268.kt");
|
runTest("compiler/testData/codegen/box/inlineClasses/kt34268.kt");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@TestMetadata("kt34902.kt")
|
||||||
|
public void testKt34902() throws Exception {
|
||||||
|
runTest("compiler/testData/codegen/box/inlineClasses/kt34902.kt");
|
||||||
|
}
|
||||||
|
|
||||||
@TestMetadata("kt37998.kt")
|
@TestMetadata("kt37998.kt")
|
||||||
public void testKt37998() throws Exception {
|
public void testKt37998() throws Exception {
|
||||||
runTest("compiler/testData/codegen/box/inlineClasses/kt37998.kt");
|
runTest("compiler/testData/codegen/box/inlineClasses/kt37998.kt");
|
||||||
|
|||||||
Generated
+10
@@ -3122,6 +3122,16 @@ public class IrJsCodegenInlineES6TestGenerated extends AbstractIrJsCodegenInline
|
|||||||
public void testNoSmapWithProperty() throws Exception {
|
public void testNoSmapWithProperty() throws Exception {
|
||||||
runTest("compiler/testData/codegen/boxInline/smap/inlineOnly/noSmapWithProperty.kt");
|
runTest("compiler/testData/codegen/boxInline/smap/inlineOnly/noSmapWithProperty.kt");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@TestMetadata("stdlibInlineOnly.kt")
|
||||||
|
public void testStdlibInlineOnly() throws Exception {
|
||||||
|
runTest("compiler/testData/codegen/boxInline/smap/inlineOnly/stdlibInlineOnly.kt");
|
||||||
|
}
|
||||||
|
|
||||||
|
@TestMetadata("stdlibInlineOnlyOneLine.kt")
|
||||||
|
public void testStdlibInlineOnlyOneLine() throws Exception {
|
||||||
|
runTest("compiler/testData/codegen/boxInline/smap/inlineOnly/stdlibInlineOnlyOneLine.kt");
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@TestMetadata("compiler/testData/codegen/boxInline/smap/newsmap")
|
@TestMetadata("compiler/testData/codegen/boxInline/smap/newsmap")
|
||||||
|
|||||||
Reference in New Issue
Block a user