Comparisons:
- for primitive types and kotlin.String, use IrBinaryOperatorExpression - for others, use call to 'compareTo'
This commit is contained in:
committed by
Dmitry Petrov
parent
ace98b91cc
commit
1ddf889d8a
@@ -191,6 +191,12 @@ public class IrTextTestCaseGenerated extends AbstractIrTextTestCase {
|
||||
doTest(fileName);
|
||||
}
|
||||
|
||||
@TestMetadata("stringComparisons.kt")
|
||||
public void testStringComparisons() throws Exception {
|
||||
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/ir/irText/stringComparisons.kt");
|
||||
doTest(fileName);
|
||||
}
|
||||
|
||||
@TestMetadata("stringPlus.kt")
|
||||
public void testStringPlus() throws Exception {
|
||||
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/ir/irText/stringPlus.kt");
|
||||
|
||||
Reference in New Issue
Block a user