// InnerClasses class Bar(val a: Int) { val b: Int = { 0 }() fun getAPlusB() = a + b class Baz { fun doSomething() { } } } // LAZINESS:NoLaziness