blob: 6b88f5d507c53ee591ca924ab929eebed752add5 [file] [log] [blame]
// "Change to constructor invocation" "true"
fun bar() {
abstract class Foo {}
val foo: Foo = object : Foo() {}
}