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.
2 parents 12a02c7 + 6560f38 commit 2c08c72Copy full SHA for 2c08c72
src/dotty/tools/dotc/core/Definitions.scala
@@ -786,7 +786,7 @@ class Definitions {
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_+)
+ lazy val syntheticCoreMethods = AnyMethods ++ ObjectMethods ++ List(String_+, throwMethod)
790
791
private[this] var _isInitialized = false
792
private def isInitialized = _isInitialized
0 commit comments