godot/modules/gdscript/tests/scripts/analyzer/warnings/onready_with_export.gd

extends Node

@onready @export var conflict = ""

func test():
	print("warn")