File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed
compiler/src/dotty/tools/dotc/semanticdb Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -172,7 +172,6 @@ class ExtractSemanticDB extends Phase {
172
172
173
173
private def excludeDefStrict (sym : Symbol )(given Context ): Boolean =
174
174
sym.name.is(NameKinds .DefaultGetterName )
175
- || sym == defn.Predef_classOf
176
175
177
176
private def blacklistPrefix (sym : Symbol )(given Context ): Boolean =
178
177
sym.is(Package )
Original file line number Diff line number Diff line change @@ -22,5 +22,5 @@ class InstrumentTyper/*<<=example.InstrumentTyper#*/ { self/*<<=local0*/: AnyRef
22
22
)
23
23
type AnnotatedType /* <<=example.InstrumentTyper#AnnotatedType#*/ = Int /* =>>scala.Int#*/ @ param
24
24
def singletonType /* <<=example.InstrumentTyper#singletonType().*/ (x/* <<=example.InstrumentTyper#singletonType().(x)*/ : Predef /* =>>scala.Predef.*/ .type ) = ???/*=>> scala.Predef .`???`().*/
25
- final val clazzOf /* <<=example.InstrumentTyper#clazzOf.*/ = classOf [Option /* =>>scala.Option#*/ [Int /* =>>scala.Int#*/ ]]
25
+ final val clazzOf /* <<=example.InstrumentTyper#clazzOf.*/ = classOf /* =>>scala.Predef.classOf(). */ [Option /* =>>scala.Option#*/ [Int /* =>>scala.Int#*/ ]]
26
26
}
Original file line number Diff line number Diff line change @@ -110,6 +110,6 @@ object Test/*<<=types.Test.*/ {
110
110
final val bool /* <<=types.Test.Literal.bool.*/ = true
111
111
final val unit /* <<=types.Test.Literal.unit.*/ = ()
112
112
final val javaEnum /* <<=types.Test.Literal.javaEnum.*/ = java.nio.file.LinkOption /* =>>java.nio.file.LinkOption.*/ .NOFOLLOW_LINKS /* =>>java.nio.file.LinkOption.NOFOLLOW_LINKS.*/
113
- final val clazzOf /* <<=types.Test.Literal.clazzOf.*/ = classOf [Option /* =>>scala.Option#*/ [Int /* =>>scala.Int#*/ ]]
113
+ final val clazzOf /* <<=types.Test.Literal.clazzOf.*/ = classOf /* =>>scala.Predef.classOf(). */ [Option /* =>>scala.Option#*/ [Int /* =>>scala.Int#*/ ]]
114
114
}
115
115
}
You can’t perform that action at this time.
0 commit comments