Oh well, It was just a thought...
We get insane requests (those that try to break the language integrity and safety features without any significant practical benefit as a trade off) like this from time to time, and fortunately the devs are sane enough not to allow it, even if patches are given. You can search the forum for posts mentioning features from other languages, simply because that person are used to that particular language's decision, which doesn't make sense to me. Don't think in one language perspective when coding in another, every language has its own decision with regard to certain features.
may type longer (by only a few characters) than"
but the semantic needs no guessing. I think 440bx has explained the best a case where there are multiple interpretation of an expression. Ambiguity can be solved by stating which interpretation the compiler will take, but is not easily understood by reader without reading the relevant documentation (if at all documented). Why make things difficult when you can make it easy through simple unambiguity? Again, there's practically 0 gain (I don't count a few characters less to type as a gain, it's laziness) even if this feature is allowed and implemented.