We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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) fn reflection data for &StructB param TypeSymbol data is error
add test project
fn reflection data for &StructB param TypeSymbol data is right
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: [] }
No response
0.4.8
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.
The text was updated successfully, but these errors were encountered:
testv_reflection.zip
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: