Allopen, minor: Add test for anonymous object
This commit is contained in:
committed by
Yan Zhulanow
parent
bc22b67995
commit
82dbba838a
+6
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user