Skip to content

Commit ff18cac

Browse files
committed
Another nativization.
1 parent d4db55a commit ff18cac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/QAST/Node.nqp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
class QAST::Node is NQPCapture {
2-
has $!name;
2+
has str $!name;
33
has $!node;
44

55
method new(*@children, *%options) {

0 commit comments

Comments
 (0)