< prev index next >

test/langtools/tools/javac/annotations/typeAnnotations/classfile/BridgeShouldHaveNoInteriorAnnotationsTest.java

Print this page
*** 69,11 ***
      @Target(ElementType.TYPE_USE)
      public @interface NonNull {
      };
  
  
!     // Expected output can't be directly encoded into NestedLambdasCastedTest !!!
      static class OutputExpectedOnceHolder {
          public String[] outputs = {
              "0: #120(): CAST, offset=1, type_index=0, location=[TYPE_ARGUMENT(0)]",
              "1: #120(): LOCAL_VARIABLE, {start_pc=5, length=2, index=1}, location=[TYPE_ARGUMENT(0)]",
          };
--- 69,11 ---
      @Target(ElementType.TYPE_USE)
      public @interface NonNull {
      };
  
  
!     // Expected output can't be directly encoded into BridgeShouldHaveNoInteriorAnnotationsTest !!!
      static class OutputExpectedOnceHolder {
          public String[] outputs = {
              "0: #120(): CAST, offset=1, type_index=0, location=[TYPE_ARGUMENT(0)]",
              "1: #120(): LOCAL_VARIABLE, {start_pc=5, length=2, index=1}, location=[TYPE_ARGUMENT(0)]",
          };
< prev index next >