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 d81d0e6 commit f527f3dCopy full SHA for f527f3d
hkmc2/shared/src/main/scala/hkmc2/semantics/Resolver.scala
@@ -897,9 +897,8 @@ class Resolver(tl: TraceLogger)
897
log(s"Resolved symbol for ${t}: ${bms}")
898
case N =>
899
// 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...
+ // - MLscript programs selecting JS members without properly defining them.
+ // - Inherited members.
903
case defn =>
904
log(s"Unsupported selection from definition: ${defn}")
905
0 commit comments