Add IR text tests fixating the state of KT-65341

This commit is contained in:
Denis.Zharkov
2024-01-29 14:58:48 +01:00
committed by Space Team
parent 64902e615e
commit 3ba8256b8d
16 changed files with 292 additions and 0 deletions
@@ -1760,6 +1760,12 @@ public class ClassicNativeIrTextTestGenerated extends AbstractClassicNativeIrTex
runTest("compiler/testData/ir/irText/expressions/outerClassInstanceReference.kt");
}
@Test
@TestMetadata("posptonedPCLACallInsideStringInterpolation.kt")
public void testPosptonedPCLACallInsideStringInterpolation() throws Exception {
runTest("compiler/testData/ir/irText/expressions/posptonedPCLACallInsideStringInterpolation.kt");
}
@Test
@TestMetadata("primitiveComparisons.kt")
public void testPrimitiveComparisons() throws Exception {
@@ -1760,6 +1760,12 @@ public class FirLightTreeNativeIrTextTestGenerated extends AbstractFirLightTreeN
runTest("compiler/testData/ir/irText/expressions/outerClassInstanceReference.kt");
}
@Test
@TestMetadata("posptonedPCLACallInsideStringInterpolation.kt")
public void testPosptonedPCLACallInsideStringInterpolation() throws Exception {
runTest("compiler/testData/ir/irText/expressions/posptonedPCLACallInsideStringInterpolation.kt");
}
@Test
@TestMetadata("primitiveComparisons.kt")
public void testPrimitiveComparisons() throws Exception {
@@ -1760,6 +1760,12 @@ public class FirPsiNativeIrTextTestGenerated extends AbstractFirPsiNativeIrTextT
runTest("compiler/testData/ir/irText/expressions/outerClassInstanceReference.kt");
}
@Test
@TestMetadata("posptonedPCLACallInsideStringInterpolation.kt")
public void testPosptonedPCLACallInsideStringInterpolation() throws Exception {
runTest("compiler/testData/ir/irText/expressions/posptonedPCLACallInsideStringInterpolation.kt");
}
@Test
@TestMetadata("primitiveComparisons.kt")
public void testPrimitiveComparisons() throws Exception {