Don't propose to generate Any methods in interface to avoid METHOD_OF_ANY_IMPLEMENTED_IN_INTERFACE error (KT-9796)

#KT-9796 Fixed
This commit is contained in:
Nikolay Krasko
2015-10-28 15:32:26 +03:00
parent 625907e49d
commit 8bef335b71
4 changed files with 14 additions and 0 deletions
@@ -0,0 +1,3 @@
interface I {
<caret>
}
@@ -0,0 +1,3 @@
interface I {
<caret>
}