Join Slack
Powered by
Is there syntax support for nested class construct...
# getting-started
e
exfalso
11/17/2016, 11:40 AM
Is there syntax support for nested class constructors as functions? If i have
Copy code
class Foo { class Bar { } }
then
::Foo
is a well-formed function literal, whereas
::Foo.Bar
isn't. What is the way to refer to `Foo.Bar`'s constructor as a function?
Open in Slack
Previous
Next