correctly call properties on annotation classes
#KT-1932 Fixed
This commit is contained in:
@@ -320,4 +320,8 @@ public class StdlibTest extends CodegenTestCase {
|
||||
assertEquals(invoke1[0].value(), RetentionPolicy.RUNTIME);
|
||||
assertEquals(invoke1[1].value(), RetentionPolicy.SOURCE);
|
||||
}
|
||||
|
||||
public void testInvokeAnnotationMethod() {
|
||||
blackBoxFile("regressions/kt1932.kt");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user