You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* @paramclsPrivateWithin the symbol within which this new class symbol should be private. May be noSymbol
3941
3970
* @paramclsAnnotations annotations of the class
3942
3971
* @paramconMethodType Function returning MethodOrPoly type representing the type of the constructor.
3943
-
* Takes the result type as parameter which must be returned from the innermost MethodOrPoly.
3972
+
* Takes the result type as parameter which must be returned from the innermost MethodOrPoly and have type parameters applied if those are used.
3944
3973
* PolyType may only represent the first clause of the constructor.
3945
3974
* @paramconFlags extra flags with which the constructor symbol should be constructed. Can be `Synthetic` | `Method` | `Private` | `Protected` | `PrivateLocal` | `Local`
3946
3975
* @paramconPrivateWithin the symbol within which the constructor for this new class symbol should be private. May be noSymbol.
0 commit comments