Support extensions in functional supertypes
Under a flag for now.
This commit is contained in:
committed by
teamcityserver
parent
10101dc2b4
commit
3f8fa3149b
js/js.tests/tests-gen/org/jetbrains/kotlin/js/test/es6/semantics/IrJsCodegenBoxES6TestGenerated.java
Generated
+5
@@ -11408,6 +11408,11 @@ public class IrJsCodegenBoxES6TestGenerated extends AbstractIrJsCodegenBoxES6Tes
|
||||
runTest("compiler/testData/codegen/box/extensionFunctions/executionOrder.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("extensionFunctionAsSupertype.kt")
|
||||
public void testExtensionFunctionAsSupertype() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/extensionFunctions/extensionFunctionAsSupertype.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt1061.kt")
|
||||
public void testKt1061() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/extensionFunctions/kt1061.kt");
|
||||
|
||||
Generated
+5
@@ -10814,6 +10814,11 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/extensionFunctions/executionOrder.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("extensionFunctionAsSupertype.kt")
|
||||
public void testExtensionFunctionAsSupertype() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/extensionFunctions/extensionFunctionAsSupertype.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt1061.kt")
|
||||
public void testKt1061() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/extensionFunctions/kt1061.kt");
|
||||
|
||||
Generated
+5
@@ -10779,6 +10779,11 @@ public class JsCodegenBoxTestGenerated extends AbstractJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/extensionFunctions/executionOrder.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("extensionFunctionAsSupertype.kt")
|
||||
public void testExtensionFunctionAsSupertype() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/extensionFunctions/extensionFunctionAsSupertype.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt1061.kt")
|
||||
public void testKt1061() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/extensionFunctions/kt1061.kt");
|
||||
|
||||
js/js.tests/tests-gen/org/jetbrains/kotlin/js/test/wasm/semantics/IrCodegenBoxWasmTestGenerated.java
Generated
+5
@@ -10075,6 +10075,11 @@ public class IrCodegenBoxWasmTestGenerated extends AbstractIrCodegenBoxWasmTest
|
||||
runTest("compiler/testData/codegen/box/extensionFunctions/executionOrder.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("extensionFunctionAsSupertype.kt")
|
||||
public void testExtensionFunctionAsSupertype() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/extensionFunctions/extensionFunctionAsSupertype.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt1061.kt")
|
||||
public void testKt1061() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/extensionFunctions/kt1061.kt");
|
||||
|
||||
Reference in New Issue
Block a user