Fix diagnostic test data to be consistent with FIR test data

This commit is contained in:
Mikhail Glukhikh
2020-03-27 16:26:50 +03:00
parent c518868c03
commit c1b9fdd2f3
5 changed files with 9 additions and 36 deletions
@@ -19,6 +19,6 @@ public abstract class TestBug1() {
//from library
public class Pair<out A, out B> (
public val first: A,
public val second: B
public val first: A,
public val second: B
)