43b4df74bc
This reverts commit 97ce502cbe.
15 lines
182 B
Kotlin
Vendored
15 lines
182 B
Kotlin
Vendored
// InnerClasses
|
|
|
|
class Bar(val a: Int) {
|
|
val b: Int = { 0 }()
|
|
|
|
fun getAPlusB() = a + b
|
|
|
|
class Baz {
|
|
fun doSomething() {
|
|
|
|
}
|
|
}
|
|
}
|
|
|
|
// LAZINESS:NoLaziness |