]> Nishi Git Mirror - gwion.git/commitdiff
:wrench: Update test
authorJérémie Astor <astor.jeremie@wanadoo.fr>
Tue, 15 Sep 2020 20:44:02 +0000 (22:44 +0200)
committerJérémie Astor <astor.jeremie@wanadoo.fr>
Tue, 15 Sep 2020 20:44:02 +0000 (22:44 +0200)
tests/tree/class_not_template_inside_template.gw

index 74e28df8d0e624dfad929c93c96edc8d846ff007..efb9aa3beadf6a525464ec95e649eff006b3f2c9 100644 (file)
@@ -4,4 +4,4 @@ class C:[A] {
   }
 }
 
-var C.D:[int] d;
+var C:[int].D d;