dart-lang / api.dart.dev

Dart API docs
https://api.dart.dev
BSD 3-Clause "New" or "Revised" License
19 stars 17 forks source link

Abstract classes should list who implements them #28

Closed zanderso closed 10 years ago

zanderso commented 10 years ago

Example: I search for Random in the search box. The abstract class Random is the first result, but of course I can't instantiate one, so it is not so useful. I need one I can instantiate.

zanderso commented 10 years ago

This was my mistake, but I still like the overall suggestion. Closing.