Allopen, minor: Add test for anonymous object

This commit is contained in:
Yan Zhulanow
2016-12-15 22:56:15 +03:00
committed by Yan Zhulanow
parent bc22b67995
commit 82dbba838a
3 changed files with 64 additions and 0 deletions
@@ -48,6 +48,12 @@ public class BytecodeListingTestForAllOpenGenerated extends AbstractBytecodeList
doTest(fileName);
}
@TestMetadata("anonymousObject.kt")
public void testAnonymousObject() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("plugins/allopen/allopen-cli/testData/bytecodeListing/anonymousObject.kt");
doTest(fileName);
}
@TestMetadata("explicitFinal.kt")
public void testExplicitFinal() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("plugins/allopen/allopen-cli/testData/bytecodeListing/explicitFinal.kt");