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 9d8c92d commit 0d24df6Copy full SHA for 0d24df6
src/dotty/tools/dotc/core/Definitions.scala
@@ -785,8 +785,8 @@ class Definitions {
785
EmptyPackageVal,
786
OpsPackageClass)
787
788
- /** Lists core methods that don't have underlying bytecode, but are synthesized on-the-fly in every reflection universe */
789
- lazy val syntheticCoreMethods = AnyMethods ++ ObjectMethods ++ List(String_+)
+ /** Lists core methods that don't have underlying bytecode, but are synthesized on-the-fly in every reflection universe */
+ lazy val syntheticCoreMethods = AnyMethods ++ ObjectMethods ++ List(String_+, throwMethod)
790
791
private[this] var _isInitialized = false
792
private def isInitialized = _isInitialized
0 commit comments