ceylon / ceylon.ast

Apache License 2.0
18 stars 3 forks source link

bad example in docs for MemberMeta #130

Closed jvasileff closed 7 years ago

jvasileff commented 7 years ago

This isn't (currently) allowed:

noop(`system.milliseconds`);
// incorrect syntax: error at '.'

see https://modules.ceylon-lang.org/repo/1/ceylon/ast/core/1.3.1/module-doc/api/MemberMeta.type.html

FTR, \Isystem.milliseconds is accepted, if someone really wanted to do that...

lucaswerkmeister commented 7 years ago

Huh, yeah, system is clearly not a PrimaryType… not sure where I got that from.

lucaswerkmeister commented 7 years ago

Actually, there is a test for `\Isystem.milliseconds`… but I think I still prefer to remove the example altogether than to fix it like that.