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 0d19d98 commit 686c6a0Copy full SHA for 686c6a0
compiler/src/main/scala/org/scalajs/nscplugin/GenJSExports.scala
@@ -871,6 +871,7 @@ trait GenJSExports[G <: Global with Singleton] extends SubComponent {
871
}
872
873
874
+ // Note: GenJSCode creates an anonymous subclass of Exported for JS class constructors.
875
abstract class Exported(val sym: Symbol,
876
// Parameters participating in overload resolution.
877
val params: immutable.IndexedSeq[JSParamInfo]) {
0 commit comments