Effects: add test on (de)serialization of contracts
- 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
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
||||
package test
|
||||
|
||||
public fun simpleIsInstace(/*0*/ x: kotlin.Any?): kotlin.Unit
|
||||
Returns(TRUE) -> x is A
|
||||
|
||||
public fun kotlin.Any?.receiverIsInstance(): kotlin.Unit
|
||||
Returns(TRUE) -> <this> is A
|
||||
|
||||
public final class A {
|
||||
/*primary*/ public constructor A()
|
||||
}
|
||||
Reference in New Issue
Block a user