Join Slack
Powered by
Poking around, it does look like kotlinc doesn't l...
# announcements
c
cedric
01/17/2016, 3:32 AM
Poking around, it does look like kotlinc doesn't like it when you initialize `val`s in lambdas:
Copy code
class A { val a: String init { "a".let { a = it } } }
^^^ doesn't compile
Open in Slack
Previous
Next