~ubuntu-branches/ubuntu/vivid/libasm4-java/vivid

« back to all changes in this revision

Viewing changes to test/conform/org/objectweb/asm/test/cases/Annotation.java

  • Committer: Package Import Robot
  • Author(s): Emmanuel Bourg
  • Date: 2014-04-15 13:44:19 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20140415134419-ko2fmcfd8t6y5r8o
Tags: 5.0.1-1
* Team upload.
* New upstream release
* Keep the prebuilt jars used for the tests in the source tarball

Show diffs side-by-side

added added

removed removed

Lines of Context:
303
303
        av0.visitEnd();
304
304
        mv.visitCode();
305
305
        mv.visitVarInsn(ALOAD, 0);
306
 
        mv.visitMethodInsn(INVOKESPECIAL, "java/lang/Object", "<init>", "()V");
 
306
        mv.visitMethodInsn(INVOKESPECIAL, "java/lang/Object", "<init>", "()V",
 
307
                false);
307
308
        mv.visitInsn(RETURN);
308
309
        mv.visitMaxs(0, 0);
309
310
        mv.visitEnd();