only the non-generic method invoke has access to T:
$ ceylon run-js simple
ceylon.language::String
/Users/jvasileff/Dropbox/Repos/ceylon/ceylon-dist/dist/repo/ceylon/language/1.1.1/ceylon.language-1.1.1.js:3601
^
Error: Missing type argument 'Type' [object Object]
at Object.typeLiteral$meta (/Users/jvasileff/Dropbox/Repos/ceylon/ceylon-dist/dist/repo/ceylon/language/1.1.1/ceylon.language-1.1.1.js:3601:7)
at $init$$2.$2$.invokeGeneric (/private/tmp/simple/modules/simple/1.0.0/simple-1.0.0.js:38:15)
at run (/private/tmp/simple/modules/simple/1.0.0/simple-1.0.0.js:49:47)
at [eval]:1:282
at Object.<anonymous> ([eval]-wrapper:6:22)
at Module._compile (module.js:456:26)
at evalScript (node.js:536:25)
at startup (node.js:80:7)
at node.js:906:3
For:
only the non-generic method
invoke
has access toT
: