@@ -156,41 +156,41 @@ class Z {
156
156
def int_63 (x : AnyVal with Int ): Unit = {}
157
157
158
158
def intARRAY_64 (x : Array [Int with Singleton ]): Unit = {}
159
- def intARRAY_65 (x : Array [_ <: Int ]): Unit = {}
160
- def intARRAY_66 (x : Array [_ <: Int with Singleton ]): Unit = {}
161
- def intARRAY_67 (x : Array [_ <: Singleton with Int ]): Unit = {}
162
- def intARRAY_68 (x : Array [_ <: Int with Any ]): Unit = {}
163
- def intARRAY_69 (x : Array [_ <: Any with Int ]): Unit = {}
164
- def intARRAY_70 (x : Array [_ <: Int with AnyVal ]): Unit = {}
165
- def intARRAY_71 (x : Array [_ <: AnyVal with Int ]): Unit = {}
166
- def intARRAY_71a (x : Array [_ <: Int | Int ]): Unit = {}
167
- def intARRAY_71b (x : Array [_ <: 1 | 2 ]): Unit = {}
159
+ def intARRAY_65 (x : Array [? <: Int ]): Unit = {}
160
+ def intARRAY_66 (x : Array [? <: Int with Singleton ]): Unit = {}
161
+ def intARRAY_67 (x : Array [? <: Singleton with Int ]): Unit = {}
162
+ def intARRAY_68 (x : Array [? <: Int with Any ]): Unit = {}
163
+ def intARRAY_69 (x : Array [? <: Any with Int ]): Unit = {}
164
+ def intARRAY_70 (x : Array [? <: Int with AnyVal ]): Unit = {}
165
+ def intARRAY_71 (x : Array [? <: AnyVal with Int ]): Unit = {}
166
+ def intARRAY_71a (x : Array [? <: Int | Int ]): Unit = {}
167
+ def intARRAY_71b (x : Array [? <: 1 | 2 ]): Unit = {}
168
168
169
169
def stringARRAY_72 (x : Array [String with Singleton ]): Unit = {}
170
- def stringARRAY_73 (x : Array [_ <: String ]): Unit = {}
171
- def stringARRAY_74 (x : Array [_ <: String with Singleton ]): Unit = {}
172
- def stringARRAY_75 (x : Array [_ <: Singleton with String ]): Unit = {}
173
- def stringARRAY_76 (x : Array [_ <: String with Any ]): Unit = {}
174
- def stringARRAY_77 (x : Array [_ <: Any with String ]): Unit = {}
175
- def stringARRAY_78 (x : Array [_ <: String with AnyRef ]): Unit = {}
176
- def stringARRAY_79 (x : Array [_ <: AnyRef with String ]): Unit = {}
177
- def stringARRAY_79a (x : Array [_ <: String | String ]): Unit = {}
178
- def stringARRAY_79b (x : Array [_ <: " a" | " b" ]): Unit = {}
179
-
180
- def object_80 (x : Array [_ <: Singleton ]): Unit = {}
181
- def object_81 (x : Array [_ <: AnyVal ]): Unit = {}
182
- def objectARRAY_82 (x : Array [_ <: AnyRef ]): Unit = {}
183
- def object_83 (x : Array [_ <: Any ]): Unit = {}
184
- def object_83a (x : Array [_ <: Matchable ]): Unit = {}
185
- def object_83b (x : Array [_ <: Int | Double ]): Unit = {}
186
- def object_83c (x : Array [_ <: String | Int ]): Unit = {}
187
- def object_83d (x : Array [_ <: Int | Matchable ]): Unit = {}
188
- def object_83e (x : Array [_ <: AnyRef | AnyVal ]): Unit = {}
189
-
190
- def serializableARRAY_84 (x : Array [_ <: Serializable ]): Unit = {}
191
- def univARRAY_85 (x : Array [_ <: Univ ]): Unit = {}
192
- def aARRAY_86 (x : Array [_ <: A ]): Unit = {}
193
- def aARRAY_87 (x : Array [_ <: A with B ]): Unit = {}
170
+ def stringARRAY_73 (x : Array [? <: String ]): Unit = {}
171
+ def stringARRAY_74 (x : Array [? <: String with Singleton ]): Unit = {}
172
+ def stringARRAY_75 (x : Array [? <: Singleton with String ]): Unit = {}
173
+ def stringARRAY_76 (x : Array [? <: String with Any ]): Unit = {}
174
+ def stringARRAY_77 (x : Array [? <: Any with String ]): Unit = {}
175
+ def stringARRAY_78 (x : Array [? <: String with AnyRef ]): Unit = {}
176
+ def stringARRAY_79 (x : Array [? <: AnyRef with String ]): Unit = {}
177
+ def stringARRAY_79a (x : Array [? <: String | String ]): Unit = {}
178
+ def stringARRAY_79b (x : Array [? <: " a" | " b" ]): Unit = {}
179
+
180
+ def object_80 (x : Array [? <: Singleton ]): Unit = {}
181
+ def object_81 (x : Array [? <: AnyVal ]): Unit = {}
182
+ def objectARRAY_82 (x : Array [? <: AnyRef ]): Unit = {}
183
+ def object_83 (x : Array [? <: Any ]): Unit = {}
184
+ def object_83a (x : Array [? <: Matchable ]): Unit = {}
185
+ def object_83b (x : Array [? <: Int | Double ]): Unit = {}
186
+ def object_83c (x : Array [? <: String | Int ]): Unit = {}
187
+ def object_83d (x : Array [? <: Int | Matchable ]): Unit = {}
188
+ def object_83e (x : Array [? <: AnyRef | AnyVal ]): Unit = {}
189
+
190
+ def serializableARRAY_84 (x : Array [? <: Serializable ]): Unit = {}
191
+ def univARRAY_85 (x : Array [? <: Univ ]): Unit = {}
192
+ def aARRAY_86 (x : Array [? <: A ]): Unit = {}
193
+ def aARRAY_87 (x : Array [? <: A with B ]): Unit = {}
194
194
195
195
def objectARRAY_88 (x : Array [Any ]): Unit = {}
196
196
def objectARRAY_89 (x : Array [AnyRef ]): Unit = {}
0 commit comments