<@U3HLSKE8L> The samples reside along with the sta...
# kontributors
i
@adam-mcneilly The samples reside along with the standard library. You can take the recent pull requests for this issue as an example: https://youtrack.jetbrains.com/issue/KT-20357
a
Do you know if any of these have negative tests associated with them? I stumbled upon https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.properties/-delegates/index.html and thought these would be a simple and harmless way for me to do a first PR. I'm considering writing a negative test against
notNull()
by trying to access it too soon but I don't know if there's a way for me to do that in the samples.