Reflection literals (no bound member references yet).

This commit is contained in:
Dmitry Petrov
2016-09-02 15:49:48 +03:00
committed by Dmitry Petrov
parent 8b95992af1
commit 3c0cce4c48
9 changed files with 187 additions and 3 deletions
@@ -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");