[LL FIR] do not crash on attempt to resolve class initializer in case of class clash
^KT-61788 Fixed
This commit is contained in:
committed by
Space Team
parent
e3ad946d23
commit
c9df6aff5f
+11
@@ -0,0 +1,11 @@
|
||||
// LOOK_UP_FOR_ELEMENT_OF_TYPE: org.jetbrains.kotlin.psi.KtClassInitializer
|
||||
|
||||
package one.two
|
||||
|
||||
class A
|
||||
typealias Foo = A
|
||||
class Foo {
|
||||
<expr>init {
|
||||
val i = 1
|
||||
}</expr>
|
||||
}
|
||||
Reference in New Issue
Block a user