blob: 7535d2d80412c3bf3dd9c3b942d900ea75c1975e [file]
// InnerClasses
class Bar(val a: Int) {
val b: Int = { 0 }()
fun getAPlusB() = a + b
class Baz {
fun doSomething() {
}
}
}
// LAZINESS:NoLaziness