[FIR] Fix false-positive INAPPLICABLE_LATEINIT_MODIFIER for property with unresolved type

^KT-51624 Fixed
This commit is contained in:
Ivan Kochurkin
2022-03-17 14:19:59 +03:00
committed by teamcity
parent e2766e402c
commit 4617615fd9
7 changed files with 34 additions and 5 deletions
@@ -0,0 +1,4 @@
// FIR_IDENTICAL
// ISSUE: KT-51624
lateinit var x: <!UNRESOLVED_REFERENCE!>UnresolvedType<!>
@@ -0,0 +1,4 @@
package
public lateinit var x: [Error type: Unresolved type for UnresolvedType]