Join Slack
Powered by
Also this one: ``` class Lateinit { lateinit ...
# kontributors
m
mglukhikh
07/21/2016, 4:47 PM
Also this one:
Copy code
class Lateinit { lateinit var x: String constructor() { x = "" } }
Note: lateinit cannot have primitive type 🙂
😞 4
Open in Slack
Previous
Next