We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26566a0 commit d8ed01fCopy full SHA for d8ed01f
compiler/src/dotty/tools/backend/jvm/InlinedSourceMaps.scala
@@ -157,7 +157,7 @@ object InlinedSourceMaps:
157
val offset = sourcePos.startLine - request.origPos.startLine
158
Some(request.firstFakeLine + offset + 1)
159
case None =>
160
- report.warning(s"${sourcePos.show} was inlined in ${cunit.source} but its inlining position was not recorded.")
+ // report.warning(s"${sourcePos.show} was inlined in ${cunit.source} but its inlining position was not recorded.")
161
None
162
163
0 commit comments