Do not generate non-function/getter/setter (expression) annotations on anonymous functions

This commit is contained in:
Mikhail Glukhikh
2015-09-25 12:47:24 +03:00
parent 74ba21b40c
commit 103bb320c8
6 changed files with 98 additions and 2 deletions
@@ -49,6 +49,12 @@ public class BytecodeListingTestGenerated extends AbstractBytecodeListingTest {
doTest(fileName);
}
@TestMetadata("literals.kt")
public void testLiterals() throws Exception {
String fileName = JetTestUtils.navigationMetadata("compiler/testData/codegen/bytecodeListing/annotations/literals.kt");
doTest(fileName);
}
@TestMetadata("onProperties.kt")
public void testOnProperties() throws Exception {
String fileName = JetTestUtils.navigationMetadata("compiler/testData/codegen/bytecodeListing/annotations/onProperties.kt");