<@U0D06TWMA> commented on <@U87JKQK7A>’s file <htt...
# getting-started
u
@Andreas Sinz commented on @Daniel Selinger’s file https://kotlinlang.slack.com/files/U87JKQK7A/F8Z1QCXCY/-.txt: if you remove the function and use the following code:
Copy code
class Length {
    val length = str.length
    private val str = "asdf"
}
you get
Variable 'str' must be initialized