I have, it calls ``` INVOKESPECIAL transformation/...
# announcements
r
I have, it calls
Copy code
INVOKESPECIAL transformation/transform/Basis.<init> (Ltransformation/transform/Vector3;Ltransformation/transform/Vector3;Ltransformation/transform/Vector3;ILkotlin/jvm/internal/DefaultConstructorMarker;)V
Which translates to
Copy code
@NotNull
public final Basis ident() {
    return new Basis((Vector3)null, (Vector3)null, (Vector3)null, 7, (DefaultConstructorMarker)null);
}