We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 083176d commit 6876593Copy full SHA for 6876593
Content.Tests/DMProject/Tests/Tree/upward_search_path3.dm
@@ -0,0 +1,8 @@
1
+
2
+//# issue 617
3
4
+/datum/foo
5
+/datum/bar/var/meep = .foo
6
+/proc/RunTest()
7
+ var/datum/bar/D = new
8
+ ASSERT(D.meep == /datum/foo)
0 commit comments