mirror of
https://github.com/sbrow/thor.git
synced 2026-08-26 11:23:32 -04:00
feat: Warns the user if they exceed 16 context frames.
This commit is contained in:
@@ -10,11 +10,15 @@ Inner :: struct {
|
||||
bar: int,
|
||||
}
|
||||
|
||||
Page :: struct {
|
||||
title: string,
|
||||
}
|
||||
|
||||
Outer :: struct {
|
||||
title: string,
|
||||
page.title: string,
|
||||
inner: Inner,
|
||||
numbers: [3]int,
|
||||
title: string,
|
||||
page: Page,
|
||||
inner: Inner,
|
||||
numbers: [3]int,
|
||||
}
|
||||
|
||||
@(test)
|
||||
|
||||
Reference in New Issue
Block a user