Lasse R.H. Nielsen

Results 1134 comments of Lasse R.H. Nielsen

I agree that it's a good idea if it prints `B`, but that was not what I had specified. As specified, it would print `A`. So I fixed it. :wink:...

Fixed title to not admit first version was non-virtual. Dart currently has no other privacy than library privacy. Library privacy can emulate most other kinds of first-party privacy, but not...

A prefix `private` to declare a library private declaration could work for any statically resolved declaration. It would simply not be seen from any other library. It might cause more...

> "instance protected" ... Is that a deliberate choice? Yes. I have always believed that to be a better match for Dart because of two things: dynamic invocations and not...