File: Test16

package info (click to toggle)
omake 0.10.7-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 14,076 kB
  • sloc: ml: 49,729; ansic: 5,163; makefile: 688; sh: 110
file content (14 lines) | stat: -rw-r--r-- 226 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
X. =
   class X

   fields[] = 1 2 3

   resolve() =
      fields = $(fields.foreach field => $(field))
      value $(this)

Y = $(X.resolve)

if $(not $(Y.instanceof X))
    eprintln(Y is not a X and it should be)
    exit 1