We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Sample code:
class Foo { String msg; Foo(this.msg); }
main() { var foos = <Foo>[]; foos.add(new Foo('a')); var foo = foos[0]; print(foo.does_not_exist); }
I would expect a warning on foo.does_not_exist
Current version of editor:
Version 0.1.0.201205301155, Build 8124