Fix function test

This commit is contained in:
Jeff 2024-02-18 10:55:54 -05:00
parent 2bbbfa34a4
commit dbf9ab0d00

View File

@ -101,7 +101,7 @@ fn function_context_captures_structure_definitions() {
} }
bob = () <User> { bob = () <User> {
new User { User::{
name = 'bob' name = 'bob'
} }
} }