[LC] Fixed light classes nullability for Kotlin 1.5
Fixed #KT-44472
This commit is contained in:
Vendored
+2
@@ -4,3 +4,5 @@ class ClassWithConstructorAndProperties(
|
||||
val nullable: String?,
|
||||
val notNull: String
|
||||
)
|
||||
|
||||
// FIR_COMPARISON
|
||||
Reference in New Issue
Block a user