Open
Description
When implementing backend for existing framework, we sometimes can't emulate certain capabilities of the framework. In this case we usually trhow UnsupportedOperationException. However, user encounters this behaviour in run-time. It is better to notify a user at compile-time, so TeaVM needs annotation that marks method as non-implemented. When user tries to call such method, dependency analyzer should report this attempt as calling a "missing" method.