File: import_sorting_function_sugar.jsonnet

package info (click to toggle)
jsonnet 0.20.0%2Bds-3.2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 10,376 kB
  • sloc: cpp: 66,583; ansic: 8,227; python: 2,833; sh: 1,948; javascript: 1,417; makefile: 196; java: 140
file content (3 lines) | stat: -rw-r--r-- 93 bytes parent folder | download | duplicates (8)
1
2
3
local b = import 'b.jsonnet';
local a(x) = import 'a.jsonnet';  // Not a proper import!
true