@@ -40,7 +40,7 @@ abstract class VCFloatCompanion[T <: VCFloatPrototype] extends ClassTag[T] {
40
40
41
41
final def _1$extension (underlying : Float ) = underlying
42
42
final def hashCode$extension (underlying : Float ) = underlying.hashCode()
43
- final def toString$extension (underlying : Float ) = s " ${productPrefix$extension(underlying)}( $underlying) "
43
+ def toString$extension (underlying : Float ) = s " ${productPrefix$extension(underlying)}( $underlying) "
44
44
def productPrefix$extension (underlying : Float ): String
45
45
}
46
46
@@ -75,7 +75,7 @@ abstract class VCObjectCasePrototype(underlying: Object) extends VCObjectPrototy
75
75
underlying.hashCode()
76
76
}
77
77
78
- override final def toString : String = {
78
+ override def toString : String = {
79
79
s " $productPrefix( $underlying) "
80
80
}
81
81
}
@@ -91,7 +91,7 @@ abstract class VCObjectCompanion[T <: VCObjectPrototype] extends ClassTag[T] {
91
91
92
92
final def _1$extension (underlying : Object ) = underlying
93
93
final def hashCode$extension (underlying : Object ) = underlying.hashCode()
94
- final def toString$extension (underlying : Object ) = s " ${productPrefix$extension(underlying)}( $underlying) "
94
+ def toString$extension (underlying : Object ) = s " ${productPrefix$extension(underlying)}( $underlying) "
95
95
def productPrefix$extension (underlying : Object ): String
96
96
}
97
97
@@ -128,7 +128,7 @@ abstract class VCShortCasePrototype(underlying: Short) extends VCShortPrototype(
128
128
underlying.hashCode()
129
129
}
130
130
131
- override final def toString : String = {
131
+ override def toString : String = {
132
132
s " $productPrefix( $underlying) "
133
133
}
134
134
}
@@ -144,7 +144,7 @@ abstract class VCShortCompanion[T <: VCShortPrototype] extends ClassTag[T] {
144
144
145
145
final def _1$extension (underlying : Short ) = underlying
146
146
final def hashCode$extension (underlying : Short ) = underlying.hashCode()
147
- final def toString$extension (underlying : Short ) = s " ${productPrefix$extension(underlying)}( $underlying) "
147
+ def toString$extension (underlying : Short ) = s " ${productPrefix$extension(underlying)}( $underlying) "
148
148
def productPrefix$extension (underlying : Short ): String
149
149
}
150
150
@@ -182,7 +182,7 @@ abstract class VCLongCasePrototype(underlying: Long) extends VCLongPrototype(und
182
182
underlying.hashCode()
183
183
}
184
184
185
- override final def toString : String = {
185
+ override def toString : String = {
186
186
s " $productPrefix( $underlying) "
187
187
}
188
188
}
@@ -198,7 +198,7 @@ abstract class VCLongCompanion[T <: VCLongPrototype] extends ClassTag[T] {
198
198
199
199
final def _1$extension (underlying : Long ) = underlying
200
200
final def hashCode$extension (underlying : Long ) = underlying.hashCode()
201
- final def toString$extension (underlying : Long ) = s " ${productPrefix$extension(underlying)}( $underlying) "
201
+ def toString$extension (underlying : Long ) = s " ${productPrefix$extension(underlying)}( $underlying) "
202
202
def productPrefix$extension (underlying : Long ): String
203
203
}
204
204
@@ -235,7 +235,7 @@ abstract class VCIntCasePrototype(underlying: Int) extends VCIntPrototype(underl
235
235
underlying.hashCode()
236
236
}
237
237
238
- override final def toString : String = {
238
+ override def toString : String = {
239
239
s " $productPrefix( $underlying) "
240
240
}
241
241
}
@@ -251,7 +251,7 @@ abstract class VCIntCompanion[T <: VCIntPrototype] extends ClassTag[T] {
251
251
252
252
final def _1$extension (underlying : Int ) = underlying
253
253
final def hashCode$extension (underlying : Int ) = underlying.hashCode()
254
- final def toString$extension (underlying : Int ) = s " ${productPrefix$extension(underlying)}( $underlying) "
254
+ def toString$extension (underlying : Int ) = s " ${productPrefix$extension(underlying)}( $underlying) "
255
255
def productPrefix$extension (underlying : Int ): String
256
256
}
257
257
@@ -286,7 +286,7 @@ abstract class VCDoubleCasePrototype(underlying: Double) extends VCDoublePrototy
286
286
underlying.hashCode()
287
287
}
288
288
289
- override final def toString : String = {
289
+ override def toString : String = {
290
290
s " $productPrefix( $underlying) "
291
291
}
292
292
}
@@ -302,7 +302,7 @@ abstract class VCDoubleCompanion[T <: VCDoublePrototype] extends ClassTag[T] {
302
302
303
303
final def _1$extension (underlying : Double ) = underlying
304
304
final def hashCode$extension (underlying : Double ) = underlying.hashCode()
305
- final def toString$extension (underlying : Double ) = s " ${productPrefix$extension(underlying)}( $underlying) "
305
+ def toString$extension (underlying : Double ) = s " ${productPrefix$extension(underlying)}( $underlying) "
306
306
def productPrefix$extension (underlying : Double ): String
307
307
}
308
308
@@ -337,7 +337,7 @@ abstract class VCBooleanCasePrototype(underlying: Boolean) extends VCBooleanProt
337
337
underlying.hashCode()
338
338
}
339
339
340
- override final def toString : String = {
340
+ override def toString : String = {
341
341
s " $productPrefix( $underlying) "
342
342
}
343
343
}
@@ -353,7 +353,7 @@ abstract class VCBooleanCompanion[T <: VCBooleanPrototype] extends ClassTag[T] {
353
353
354
354
final def _1$extension (underlying : Boolean ) = underlying
355
355
final def hashCode$extension (underlying : Boolean ) = underlying.hashCode()
356
- final def toString$extension (underlying : Boolean ) = s " ${productPrefix$extension(underlying)}( $underlying) "
356
+ def toString$extension (underlying : Boolean ) = s " ${productPrefix$extension(underlying)}( $underlying) "
357
357
def productPrefix$extension (underlying : Boolean ): String
358
358
}
359
359
@@ -390,7 +390,7 @@ abstract class VCCharCasePrototype(underlying: Char) extends VCCharPrototype(und
390
390
underlying.hashCode()
391
391
}
392
392
393
- override final def toString : String = {
393
+ override def toString : String = {
394
394
s " $productPrefix( $underlying) "
395
395
}
396
396
@@ -408,7 +408,7 @@ abstract class VCCharCompanion[T <: VCCharPrototype] extends ClassTag[T] {
408
408
409
409
final def _1$extension (underlying : Char ) = underlying
410
410
final def hashCode$extension (underlying : Char ) = underlying.hashCode()
411
- final def toString$extension (underlying : Char ) = s " ${productPrefix$extension(underlying)}( $underlying) "
411
+ def toString$extension (underlying : Char ) = s " ${productPrefix$extension(underlying)}( $underlying) "
412
412
def productPrefix$extension (underlying : Char ): String
413
413
}
414
414
@@ -443,7 +443,7 @@ abstract class VCByteCasePrototype(underlying: Byte) extends VCBytePrototype(und
443
443
underlying.hashCode()
444
444
}
445
445
446
- override final def toString : String = {
446
+ override def toString : String = {
447
447
s " $productPrefix( $underlying) "
448
448
}
449
449
}
@@ -459,7 +459,7 @@ abstract class VCByteCompanion[T <: VCBytePrototype] extends ClassTag[T] {
459
459
460
460
final def _1$extension (underlying : Byte ) = underlying
461
461
final def hashCode$extension (underlying : Byte ) = underlying.hashCode()
462
- final def toString$extension (underlying : Byte ) = s " ${productPrefix$extension(underlying)}( $underlying) "
462
+ def toString$extension (underlying : Byte ) = s " ${productPrefix$extension(underlying)}( $underlying) "
463
463
def productPrefix$extension (underlying : Byte ): String
464
464
}
465
465
0 commit comments