// "Create object 'A'" "true" package p fun foo(): X = A object A : X { } interface X { }