1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
|
(fooBString,Expr[Nothing](Test.this.dd),42)
(fooDInt,Expr[Nothing](Test.this.dd),42)
fooBBoolean
(fooBString,Expr[Nothing](Test.this.db),42)
(fooBInt,Expr[Nothing](Test.this.db),42)
fooBBoolean
(fooZString,Expr[Nothing](Test.this.zz),42)
(fooDInt,Expr[Nothing](Test.this.zz),42)
fooZBoolean
(fooBString,Expr[Nothing](Test.this.zd),42)
(fooDInt,Expr[Nothing](Test.this.zd),42)
fooZBoolean
(fooBString,Expr[Nothing](Test.this.zb),42)
(fooBInt,Expr[Nothing](Test.this.zb),42)
fooZBoolean
|