[K2] Properties inherited from Java fields/synthetic properties with types that can be nullable shown as nullable #3675
Labels
bug
language: Java
Issue/PR related to the Java language feature/analysis/docs
topic: K2
Issues / PRs that are related to the K2 migration. See #2888
In K1 the

parentField
onChild
page shown as aString
In K2 in it

String?
Probably it is a good practice to consider Java code as nullable, but formally it is not a correct type.
NB: on
Parent
page Dokka shows a non-nullable typeString
The text was updated successfully, but these errors were encountered: