[FIR] Fix false-positive INAPPLICABLE_LATEINIT_MODIFIER for property with unresolved type
^KT-51624 Fixed
This commit is contained in:
+4
@@ -0,0 +1,4 @@
|
||||
// FIR_IDENTICAL
|
||||
// ISSUE: KT-51624
|
||||
|
||||
lateinit var x: <!UNRESOLVED_REFERENCE!>UnresolvedType<!>
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
package
|
||||
|
||||
public lateinit var x: [Error type: Unresolved type for UnresolvedType]
|
||||
|
||||
Reference in New Issue
Block a user