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 8213993 commit bf7b5b3Copy full SHA for bf7b5b3
compiler/src/dotty/tools/backend/jvm/BCodeHelpers.scala
@@ -614,6 +614,7 @@ trait BCodeHelpers extends BCodeIdiomatic with BytecodeWriters {
614
* must-single-thread
615
*/
616
def getExceptions(excs: List[Annotation]): List[String] = {
617
+ // TODO: implement ThrownException
618
// for (ThrownException(exc) <- excs.distinct)
619
// yield internalName(exc)
620
Nil
0 commit comments