Kroppeb
01/20/2020, 12:24 PMIvan Kubyshkin [JetBrains]
01/20/2020, 1:16 PMKroppeb
01/20/2020, 1:19 PMKroppeb
01/20/2020, 1:21 PMIf any of those properties are used in the base class initialization logic (either directly or indirectly, through another overridden open member implementation), it may lead to incorrect behavior or a runtime failure. When designing a base class, you should therefore avoid using open members in the constructors, property initializers, and init blocks.
kqr
01/20/2020, 1:41 PMit may lead to incorrect behavior or a runtime failure
, but may
should not imply should