Skip to content

Commit bf7b5b3

Browse files
committed
Add TODO
1 parent 8213993 commit bf7b5b3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

compiler/src/dotty/tools/backend/jvm/BCodeHelpers.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -614,6 +614,7 @@ trait BCodeHelpers extends BCodeIdiomatic with BytecodeWriters {
614614
* must-single-thread
615615
*/
616616
def getExceptions(excs: List[Annotation]): List[String] = {
617+
// TODO: implement ThrownException
617618
// for (ThrownException(exc) <- excs.distinct)
618619
// yield internalName(exc)
619620
Nil

0 commit comments

Comments
 (0)