mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-08 15:53:19 +00:00
- Add ContractDescriptorRenderer - Add option to dump function contracts in DescriptorRendererOptions - Add parsing of LANGUAGE_VERSION directive in AbstractLoadJava - Add tests on serialization-deserializaton identity of contracts ========== Introduction of EffectSystem: 13/18
6 lines
102 B
Plaintext
Vendored
6 lines
102 B
Plaintext
Vendored
package test
|
|
|
|
public fun kotlin.Any?.isNotNull(): kotlin.Boolean
|
|
Returns(TRUE) -> <this> != null
|
|
|