Can you show your code? I can't get it to happen w...
# getting-started
k
Can you show your code? I can't get it to happen with this:
Copy code
abstract class Derp {
    val x = calc()
    abstract fun calc(): Int
}