Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fn test11(stA StructA, stB &StructB) stB &StructB reflection data is error. #22503

Closed
raojm opened this issue Oct 12, 2024 · 1 comment
Closed
Labels
Bug This tag is applied to issues which reports bugs.

Comments

@raojm
Copy link

raojm commented Oct 12, 2024

Describe the bug

fn test11(stA StructA, stB &StructB) fn reflection data for &StructB param TypeSymbol data is error

Reproduction Steps

add test project

Expected Behavior

fn reflection data for &StructB param TypeSymbol data is right

Current Behavior

fn reflection data for &StructB param TypeSymbol data is :
reflection.TypeSymbol{
name: ''
idx: 0
parent_idx: 0
language: v
kind: placeholder
size: 0
align: 0
info: reflection.TypeInfo(reflection.Alias{
parent_idx: 0
language: v
})
methods: []
}

Possible Solution

No response

Additional Information/Context

No response

V version

0.4.8

Environment details (OS name and version, etc.)

macos 15

Note

You can use the 👍 reaction to increase the issue's priority for developers.

Please note that only the 👍 reaction to the issue itself counts as a vote.
Other reactions and those to comments will not be taken into account.

@raojm raojm added the Bug This tag is applied to issues which reports bugs. label Oct 12, 2024
@raojm
Copy link
Author

raojm commented Oct 12, 2024

testv_reflection.zip

@raojm raojm closed this as completed Nov 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug This tag is applied to issues which reports bugs.
Projects
None yet
Development

No branches or pull requests

1 participant