Join Slack
Powered by
``` class Foo { val a: Int init { a = 4 ...
# getting-started
s
Shawn
02/10/2018, 4:04 AM
Copy code
class Foo { val a: Int init { a = 4 } }
seems to work for me
Open in Slack
Previous
Next