[IR] Add test for internal fake overrides from friend module
This commit is contained in:
committed by
teamcityserver
parent
9138425a3d
commit
ed8e7c754d
js/js.tests/tests-gen/org/jetbrains/kotlin/js/test/es6/semantics/IrJsCodegenBoxES6TestGenerated.java
Generated
+5
@@ -11632,6 +11632,11 @@ public class IrJsCodegenBoxES6TestGenerated extends AbstractIrJsCodegenBoxES6Tes
|
||||
runTest("compiler/testData/codegen/box/fakeOverride/function.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("internalFromFriendModule.kt")
|
||||
public void testInternalFromFriendModule() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/fakeOverride/internalFromFriendModule.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("privateFakeOverrides0.kt")
|
||||
public void testPrivateFakeOverrides0() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/fakeOverride/privateFakeOverrides0.kt");
|
||||
|
||||
Generated
+5
@@ -11038,6 +11038,11 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/fakeOverride/function.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("internalFromFriendModule.kt")
|
||||
public void testInternalFromFriendModule() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/fakeOverride/internalFromFriendModule.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("privateFakeOverrides0.kt")
|
||||
public void testPrivateFakeOverrides0() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/fakeOverride/privateFakeOverrides0.kt");
|
||||
|
||||
Generated
+5
@@ -11003,6 +11003,11 @@ public class JsCodegenBoxTestGenerated extends AbstractJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/fakeOverride/function.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("internalFromFriendModule.kt")
|
||||
public void testInternalFromFriendModule() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/fakeOverride/internalFromFriendModule.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("privateFakeOverrides0.kt")
|
||||
public void testPrivateFakeOverrides0() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/fakeOverride/privateFakeOverrides0.kt");
|
||||
|
||||
js/js.tests/tests-gen/org/jetbrains/kotlin/js/test/wasm/semantics/IrCodegenBoxWasmTestGenerated.java
Generated
+5
@@ -7782,6 +7782,11 @@ public class IrCodegenBoxWasmTestGenerated extends AbstractIrCodegenBoxWasmTest
|
||||
runTest("compiler/testData/codegen/box/fakeOverride/function.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("internalFromFriendModule.kt")
|
||||
public void testInternalFromFriendModule() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/fakeOverride/internalFromFriendModule.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("privateFakeOverrides0.kt")
|
||||
public void testPrivateFakeOverrides0() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/fakeOverride/privateFakeOverrides0.kt");
|
||||
|
||||
Reference in New Issue
Block a user