[K/N, K/JS, K/WASM] Enable FakeOverrideRebuilder by default
While not beeing final solution, this is closer to what we want to have in the end. Enabling on non-JVM targets would help better testing. Enabling in JVM is now not possible yet, as some of the bugs are not fixed yet (check KT-61360 for details) ^KT-62476
This commit is contained in:
committed by
Space Team
parent
c6e32571d6
commit
f45d92eebc
+6
@@ -232,6 +232,12 @@ public class ClassicNativeIrTextTestGenerated extends AbstractClassicNativeIrTex
|
||||
runTest("compiler/testData/ir/irText/classes/outerClassAccess.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("overriddenEquals.kt")
|
||||
public void testOverriddenEquals() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/classes/overriddenEquals.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("primaryConstructor.kt")
|
||||
public void testPrimaryConstructor() throws Exception {
|
||||
|
||||
+6
@@ -232,6 +232,12 @@ public class FirLightTreeNativeIrTextTestGenerated extends AbstractFirLightTreeN
|
||||
runTest("compiler/testData/ir/irText/classes/outerClassAccess.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("overriddenEquals.kt")
|
||||
public void testOverriddenEquals() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/classes/overriddenEquals.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("primaryConstructor.kt")
|
||||
public void testPrimaryConstructor() throws Exception {
|
||||
|
||||
+6
@@ -232,6 +232,12 @@ public class FirPsiNativeIrTextTestGenerated extends AbstractFirPsiNativeIrTextT
|
||||
runTest("compiler/testData/ir/irText/classes/outerClassAccess.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("overriddenEquals.kt")
|
||||
public void testOverriddenEquals() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/classes/overriddenEquals.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("primaryConstructor.kt")
|
||||
public void testPrimaryConstructor() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user