Join Slack
Communities
Powered by
I’m looking at lazy, delegated properties, and the...
# getting-started
g
goncalossilva
09/29/2016, 11:19 AM
I’m looking at lazy, delegated properties, and the like, but this obviously doesn’t work:
class LazyRegex(regex: Regex) : Lazy<Regex> by regex
Open in Slack
Previous
Next