Could we add an intention to create a class Foo when you type something
like:
Bar bar = ...;
if (bar instanceof Foo) {
}I found this when writing a unit test before creating a subclass. In the example above, you could infer that Foo extends Bar and automatically handle that too. Roger _______________________________________________ Eap-features mailing list [EMAIL PROTECTED] http://lists.jetbrains.com/mailman/listinfo/eap-features
