[LC] Fixed light classes nullability for Kotlin 1.5
Fixed #KT-44472
This commit is contained in:
@@ -14,4 +14,6 @@ class Test(@get:MyAnnotation @set:MyAnnotation2 @setparam:MyAnnotation3 @propert
|
||||
var @receiver:MyAnnotation7 Int.fooP
|
||||
get() = Unit
|
||||
set(value) {}
|
||||
}
|
||||
}
|
||||
|
||||
// FIR_COMPARISON
|
||||
Reference in New Issue
Block a user