@@ -367,7 +367,6 @@ object StdNames {
367367 val EnumValue : N = " EnumValue"
368368 val ExistentialTypeTree : N = " ExistentialTypeTree"
369369 val Flag : N = " Flag"
370- val floatHash : N = " floatHash"
371370 val Ident : N = " Ident"
372371 val Import : N = " Import"
373372 val Literal : N = " Literal"
@@ -414,6 +413,7 @@ object StdNames {
414413 val argv : N = " argv"
415414 val arrayClass : N = " arrayClass"
416415 val arrayElementClass : N = " arrayElementClass"
416+ val arrayType : N = " arrayType"
417417 val arrayValue : N = " arrayValue"
418418 val array_apply : N = " array_apply"
419419 val array_clone : N = " array_clone"
@@ -440,6 +440,7 @@ object StdNames {
440440 val checkInitialized : N = " checkInitialized"
441441 val ClassManifestFactory : N = " ClassManifestFactory"
442442 val classOf : N = " classOf"
443+ val classType : N = " classType"
443444 val clone_ : N = " clone"
444445 val common : N = " common"
445446 val compiletime : N = " compiletime"
@@ -481,6 +482,7 @@ object StdNames {
481482 val find_ : N = " find"
482483 val flagsFromBits : N = " flagsFromBits"
483484 val flatMap : N = " flatMap"
485+ val floatHash : N = " floatHash"
484486 val foreach : N = " foreach"
485487 val format : N = " format"
486488 val fromDigits : N = " fromDigits"
@@ -626,6 +628,7 @@ object StdNames {
626628 val values : N = " values"
627629 val view_ : N = " view"
628630 val wait_ : N = " wait"
631+ val wildcardType : N = " wildcardType"
629632 val withFilter : N = " withFilter"
630633 val withFilterIfRefutable : N = " withFilterIfRefutable$"
631634 val WorksheetWrapper : N = " WorksheetWrapper"
0 commit comments