// WITH_RUNTIME // PROBLEM: none fun test() { val isB = true Foo().apply { this.isB = true } }