KT-11765 Analyze code in anonymous initializer of inteface
#KT-11765 Fixed
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
interface I {
|
||||
<error>init {
|
||||
val c = 1
|
||||
val g = c
|
||||
}</error>
|
||||
}
|
||||
Reference in New Issue
Block a user