Reflection literals (no bound member references yet).
This commit is contained in:
committed by
Dmitry Petrov
parent
8b95992af1
commit
3c0cce4c48
@@ -415,6 +415,12 @@ public class IrTextTestCaseGenerated extends AbstractIrTextTestCase {
|
||||
doTest(fileName);
|
||||
}
|
||||
|
||||
@TestMetadata("reflectionLiterals.kt")
|
||||
public void testReflectionLiterals() throws Exception {
|
||||
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/ir/irText/expressions/reflectionLiterals.kt");
|
||||
doTest(fileName);
|
||||
}
|
||||
|
||||
@TestMetadata("safeCallWithIncrementDecrement.kt")
|
||||
public void testSafeCallWithIncrementDecrement() throws Exception {
|
||||
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/ir/irText/expressions/safeCallWithIncrementDecrement.kt");
|
||||
|
||||
Reference in New Issue
Block a user