Implement "reflection not found" inspection and quick fix

This commit is contained in:
Alexander Udalov
2015-03-12 23:14:35 +03:00
parent 094fa2f92b
commit 4b4f6a713a
4 changed files with 133 additions and 0 deletions
@@ -0,0 +1,5 @@
<html>
<body>
This inspection reports expressions which use reflection features in the module which doesn't have a dependency on kotlin-reflect.jar.
</body>
</html>