File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -616,6 +616,7 @@ impl comptimeTypeInfo {
616
616
}
617
617
mut constant := constant::Const.NewStr(self.base.Str())
618
618
ret &Value{
619
+ untyped: true,
619
620
Type: primStr,
620
621
Constant: constant,
621
622
Model: constant,
@@ -1473,6 +1474,7 @@ impl comptimeFile {
1473
1474
}
1474
1475
mut constant := constant::Const.NewStr(self.file.File.Path)
1475
1476
ret &Value{
1477
+ untyped: true,
1476
1478
Type: primStr,
1477
1479
Constant: constant,
1478
1480
Model: constant,
@@ -1486,6 +1488,7 @@ impl comptimeFile {
1486
1488
}
1487
1489
mut constant := constant::Const.NewStr(self.file.File.Name())
1488
1490
ret &Value{
1491
+ untyped: true,
1489
1492
Type: primStr,
1490
1493
Constant: constant,
1491
1494
Model: constant,
@@ -1499,6 +1502,7 @@ impl comptimeFile {
1499
1502
}
1500
1503
mut constant := constant::Const.NewStr(self.file.File.Dir())
1501
1504
ret &Value{
1505
+ untyped: true,
1502
1506
Type: primStr,
1503
1507
Constant: constant,
1504
1508
Model: constant,
@@ -1676,6 +1680,7 @@ impl comptimeDecl {
1676
1680
}
1677
1681
mut constant := constant::Const.NewStr(name)
1678
1682
ret &Value{
1683
+ untyped: true,
1679
1684
Type: primStr,
1680
1685
Constant: constant,
1681
1686
Model: constant,
You can’t perform that action at this time.
0 commit comments