Skip to content

Commit 6876593

Browse files
authored
Unit test for upward path search without LHS (#2087)
1 parent 083176d commit 6876593

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)