Switch to 193 platform

This commit is contained in:
Nikolay Krasko
2020-01-19 12:01:53 +03:00
parent 388797618a
commit f01b4706d1
172 changed files with 763 additions and 763 deletions
@@ -0,0 +1,7 @@
Actual data differs from file content: Constructor.source.expected expected:<[main.kt
public class <1><3>ClassWithConstructor<2>(val a: String, b: Any) {
<4>constructor(a: String): this(a, a)]
> but was:<[ ClassWithConstructor.class
public final class <1><3>ClassWithConstructor public <2>constructor(a: kotlin.String, b: kotlin.Any) {
public <4>constructor(a: kotlin.String) { /* compiled code */ }]
>