d20c770a25
- 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
5 lines
121 B
Plaintext
Vendored
5 lines
121 B
Plaintext
Vendored
package test
|
|
|
|
public fun foo(/*0*/ n: kotlin.Int, /*1*/ x: kotlin.Any?): kotlin.Boolean
|
|
Returns(TRUE) -> x is String
|