Skip to content

Commit f527f3d

Browse files
Refine TODO comments in resolver
1 parent d81d0e6 commit f527f3d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

hkmc2/shared/src/main/scala/hkmc2/semantics/Resolver.scala

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -897,9 +897,8 @@ class Resolver(tl: TraceLogger)
897897
log(s"Resolved symbol for ${t}: ${bms}")
898898
case N =>
899899
// TODO @Harry: Appropriately resolve all selections on classes.
900-
// The type annotations in the current code bases are largely incomplete,
901-
// so many selections on classes cannot be resolved properly.
902-
// We will refactor this later...
900+
// - MLscript programs selecting JS members without properly defining them.
901+
// - Inherited members.
903902
case defn =>
904903
log(s"Unsupported selection from definition: ${defn}")
905904

0 commit comments

Comments
 (0)