Join Slack
Powered by
`require` is not so friendly in terms of flow anal...
# language-proposals
v
vmironov
09/18/2016, 9:48 AM
require
is not so friendly in terms of flow analysis, e.g. the following code won't compile:
Copy code
require(foo != null) { MyException() } println(foo.bar())
Open in Slack
Previous
Next