summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/tests/scripts/analyzer/warnings/onready_with_export.out
blob: f861d52f2b09d63ecaabc962396d4d4dc06afb89 (plain)
1
2
3
4
5
6
GDTEST_OK
>> WARNING
>> Line: 3
>> ONREADY_WITH_EXPORT
>> "@onready" will set the default value after "@export" takes effect and will override it.
warn