test/langtools/tools/javadoc/generics/genericMethod/expected.out
author erikj
Tue, 12 Sep 2017 19:03:39 +0200
changeset 47216 71c04702a3d5
parent 10 langtools/test/tools/javadoc/generics/genericMethod/expected.out@06bc494ca11e
permissions -rw-r--r--
8187443: Forest Consolidation: Move files to unified layout Reviewed-by: darcy, ihse
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
10
06bc494ca11e Initial load
duke
parents:
diff changeset
     1
constructor <T>pkg1.A()
06bc494ca11e Initial load
duke
parents:
diff changeset
     2
  signature: ()
06bc494ca11e Initial load
duke
parents:
diff changeset
     3
             ()
06bc494ca11e Initial load
duke
parents:
diff changeset
     4
  type parameters:
06bc494ca11e Initial load
duke
parents:
diff changeset
     5
    T
06bc494ca11e Initial load
duke
parents:
diff changeset
     6
method pkg1.A.<T>m1(T)
06bc494ca11e Initial load
duke
parents:
diff changeset
     7
  signature: (T)
06bc494ca11e Initial load
duke
parents:
diff changeset
     8
             (T)
06bc494ca11e Initial load
duke
parents:
diff changeset
     9
  type parameters:
06bc494ca11e Initial load
duke
parents:
diff changeset
    10
    T
06bc494ca11e Initial load
duke
parents:
diff changeset
    11
  returns:
06bc494ca11e Initial load
duke
parents:
diff changeset
    12
    void
06bc494ca11e Initial load
duke
parents:
diff changeset
    13
method pkg1.A.<T extends java.lang.Number, U>m2(T, U)
06bc494ca11e Initial load
duke
parents:
diff changeset
    14
  signature: (T, U)
06bc494ca11e Initial load
duke
parents:
diff changeset
    15
             (T, U)
06bc494ca11e Initial load
duke
parents:
diff changeset
    16
  type parameters:
06bc494ca11e Initial load
duke
parents:
diff changeset
    17
    T extends java.lang.Number
06bc494ca11e Initial load
duke
parents:
diff changeset
    18
    U
06bc494ca11e Initial load
duke
parents:
diff changeset
    19
  returns:
06bc494ca11e Initial load
duke
parents:
diff changeset
    20
    void