Add IR text tests fixating the state of KT-65341
This commit is contained in:
committed by
Space Team
parent
64902e615e
commit
3ba8256b8d
+5
@@ -1579,6 +1579,11 @@ public class KlibIrTextTestCaseGenerated extends AbstractKlibIrTextTestCase {
|
||||
runTest("compiler/testData/ir/irText/expressions/outerClassInstanceReference.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("posptonedPCLACallInsideStringInterpolation.kt")
|
||||
public void testPosptonedPCLACallInsideStringInterpolation() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/expressions/posptonedPCLACallInsideStringInterpolation.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("primitiveComparisons.kt")
|
||||
public void testPrimitiveComparisons() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/expressions/primitiveComparisons.kt");
|
||||
|
||||
Reference in New Issue
Block a user