KT-11765 Analyze code in anonymous initializer of inteface

#KT-11765 Fixed
This commit is contained in:
Pavel V. Talanov
2016-04-04 17:10:36 +03:00
parent 40dc5f24d5
commit 8fe14b7ba5
3 changed files with 21 additions and 12 deletions
@@ -0,0 +1,6 @@
interface I {
<error>init {
val c = 1
val g = c
}</error>
}