static transformable record NounPhrase(A a) implements IF0 { public A get() { ret a; } }