File tree 1 file changed +1
-1
lines changed
compiler/src/dotty/tools/dotc/core
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -760,7 +760,7 @@ class Definitions {
760
760
@ tu lazy val LanguageDeprecatedModule : Symbol = requiredModule(" scala.language.deprecated" )
761
761
@ tu lazy val NonLocalReturnControlClass : ClassSymbol = requiredClass(" scala.runtime.NonLocalReturnControl" )
762
762
@ tu lazy val SelectableClass : ClassSymbol = requiredClass(" scala.Selectable" )
763
- @ tu lazy val WithoutPreciseParameterTypesClass : Symbol = getClassIfDefined (" scala.Selectable.WithoutPreciseParameterTypes" )
763
+ @ tu lazy val WithoutPreciseParameterTypesClass : Symbol = requiredClass (" scala.Selectable.WithoutPreciseParameterTypes" )
764
764
// todo: make this a required class from 3.1 on
765
765
766
766
@ tu lazy val ReflectPackageClass : Symbol = requiredPackage(" scala.reflect.package" ).moduleClass
You can’t perform that action at this time.
0 commit comments